Shades of Licorice #303B4A
Tints of Licorice #303B4A
RGB
CMYK
RGB Variations
Color information
#303B4A (or 0x303B4A) is known color: Licorice. HEX triplet: 30, 3B and 4A. RGB value is (48,59,74). Sum of RGB (Red+Green+Blue) = 48+59+74=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #303B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B4A is #CFC4B5. Grayscale: #393939. Windows color (decimal): -13616310 or 4864816. OLE color: 4864816.
HSL color Cylindrical-coordinate representation of color #303B4A: hue angle of 214.62º 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 #303B4A is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 59 | 74 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.71 |
| HSL | 214.62º | 0.21% | 0.24% | - |
| HSV(B) | 214.62º | 0.35% | 0.29% | - |
| XYZ | 4.02 | 4.25 | 7.09 | - |
| YUV | 57.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 74 | 0.35 | 0.20 | 0 | 0.71 | 214.62 | 0.21 | 0.24 |
| Hex | 30 | 3B | 4A | 23 | 14 | 0 | 47 | D7 | 15 | 18 |
| Octal | 60 | 73 | 112 | 43 | 24 | 0 | 107 | 327 | 25 | 30 |
| Binary | 110000 | 111011 | 1001010 | 100011 | 10100 | 0 | 1000111 | 11010111 | 10101 | 11000 |
Color Harmonies of #303B4A
Complementary color
Monochromatic Colors of #303B4A
Black with #303B4A
Text Example
Text Example
White with #303B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B4A; }
p { color: rgb(48,59,74); }
H1.HeaderClassName
{
color: #303B4A;
}
.AnyTagClassName
{
color: #303B4A;
}
</style>
background-color css
<style>
a { background-color: #303B4A; }
a { background-color: rgb(48,59,74); }
div.DivClassName
{
background-color: #303B4A;
}
.BgClassName
{
background-color: #303B4A;
}
</style>
border-color css
<style>
span { border-color: #303B4A; }
span { border-color: rgb(48,59,74); }
td.TdClassName
{
border-color: #303B4A;
}
.TagClassName
{
border-color: #303B4A;
}
</style>