Shades of Licorice #303C4A
Tints of Licorice #303C4A
RGB
CMYK
RGB Variations
Color information
#303C4A (or 0x303C4A) is known color: Licorice. HEX triplet: 30, 3C and 4A. RGB value is (48,60,74). Sum of RGB (Red+Green+Blue) = 48+60+74=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #303C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C4A is #CFC3B5. Grayscale: #393939. Windows color (decimal): -13616054 or 4865072. OLE color: 4865072.
HSL color Cylindrical-coordinate representation of color #303C4A: hue angle of 212.31º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #303C4A is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 60 | 74 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.71 |
| HSL | 212.31º | 0.21% | 0.24% | - |
| HSV(B) | 212.31º | 0.35% | 0.29% | - |
| XYZ | 4.07 | 4.35 | 7.1 | - |
| YUV | 58.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 74 | 0.35 | 0.19 | 0 | 0.71 | 212.31 | 0.21 | 0.24 |
| Hex | 30 | 3C | 4A | 23 | 13 | 0 | 47 | D4 | 15 | 18 |
| Octal | 60 | 74 | 112 | 43 | 23 | 0 | 107 | 324 | 25 | 30 |
| Binary | 110000 | 111100 | 1001010 | 100011 | 10011 | 0 | 1000111 | 11010100 | 10101 | 11000 |
Color Harmonies of #303C4A
Complementary color
Monochromatic Colors of #303C4A
Black with #303C4A
Text Example
Text Example
White with #303C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C4A; }
p { color: rgb(48,60,74); }
H1.HeaderClassName
{
color: #303C4A;
}
.AnyTagClassName
{
color: #303C4A;
}
</style>
background-color css
<style>
a { background-color: #303C4A; }
a { background-color: rgb(48,60,74); }
div.DivClassName
{
background-color: #303C4A;
}
.BgClassName
{
background-color: #303C4A;
}
</style>
border-color css
<style>
span { border-color: #303C4A; }
span { border-color: rgb(48,60,74); }
td.TdClassName
{
border-color: #303C4A;
}
.TagClassName
{
border-color: #303C4A;
}
</style>