#303a30 color RGB value is (48,58,48)
#303a30 color CMYK value
#303a30 color HSL value
HSV(or HSB) | 120° | 17.2 | 22.7 |
XYZ | 3.265 | 3.868 | 3.371 |
Yxy | 0.311 | 0.368 | 3.868 |
LAB | 23.23 | -6.549 | 4.839 |
LUV | 23.23 | -4.497 | 5.81 |
Hunter-LAB | 19.667 | -4.779 | 3.605 |
CIE-LCH | 23.23 | 8.143 | 143.543 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 30 | 3A | 30 |
Decimal | 48 | 58 | 48 |
Octal | 60 | 72 | 60 |
Binary | 00110000 | 00111010 | 00110000 |
Below, you can see some colors close to #303a30. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #303a30.
<span style="color:#303a30">Text here</span>
This paragraph has a background color of #303a30.
<p style="background-color:#303a30;">Content here</p>
This element has a border color of #303a30.
<div style="border:1px #303a30;">Content here</div>
.text {color:#303a30;}
.background {background-color:#303a30;}
.border {border:1px solid #303a30;}
.text-shadow {border:1px solid #303a30;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0a0b0a is the darkest color, while #ffffff is the lightest one.