Shades of Licorice #303A49
Tints of Licorice #303A49
RGB
CMYK
RGB Variations
Color information
#303A49 (or 0x303A49) is known color: Licorice. HEX triplet: 30, 3A and 49. RGB value is (48,58,73). Sum of RGB (Red+Green+Blue) = 48+58+73=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #303A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A49 is #CFC5B6. Grayscale: #383838. Windows color (decimal): -13616567 or 4799024. OLE color: 4799024.
HSL color Cylindrical-coordinate representation of color #303A49: hue angle of 216º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #303A49 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 58 | 73 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.71 |
| HSL | 216º | 0.21% | 0.24% | - |
| HSV(B) | 216º | 0.34% | 0.29% | - |
| XYZ | 3.93 | 4.14 | 6.89 | - |
| YUV | 56.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 73 | 0.34 | 0.21 | 0 | 0.71 | 216 | 0.21 | 0.24 |
| Hex | 30 | 3A | 49 | 22 | 15 | 0 | 47 | D8 | 15 | 18 |
| Octal | 60 | 72 | 111 | 42 | 25 | 0 | 107 | 330 | 25 | 30 |
| Binary | 110000 | 111010 | 1001001 | 100010 | 10101 | 0 | 1000111 | 11011000 | 10101 | 11000 |
Color Harmonies of #303A49
Complementary color
Monochromatic Colors of #303A49
Black with #303A49
Text Example
Text Example
White with #303A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A49; }
p { color: rgb(48,58,73); }
H1.HeaderClassName
{
color: #303A49;
}
.AnyTagClassName
{
color: #303A49;
}
</style>
background-color css
<style>
a { background-color: #303A49; }
a { background-color: rgb(48,58,73); }
div.DivClassName
{
background-color: #303A49;
}
.BgClassName
{
background-color: #303A49;
}
</style>
border-color css
<style>
span { border-color: #303A49; }
span { border-color: rgb(48,58,73); }
td.TdClassName
{
border-color: #303A49;
}
.TagClassName
{
border-color: #303A49;
}
</style>