Shades of Licorice #303B4C
Tints of Licorice #303B4C
RGB
CMYK
RGB Variations
Color information
#303B4C (or 0x303B4C) is known color: Licorice. HEX triplet: 30, 3B and 4C. RGB value is (48,59,76). Sum of RGB (Red+Green+Blue) = 48+59+76=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #303B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B4C is #CFC4B3. Grayscale: #393939. Windows color (decimal): -13616308 or 4995888. OLE color: 4995888.
HSL color Cylindrical-coordinate representation of color #303B4C: hue angle of 216.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #303B4C is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 59 | 76 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.70 |
| HSL | 216.43º | 0.23% | 0.24% | - |
| HSV(B) | 216.43º | 0.37% | 0.3% | - |
| XYZ | 4.09 | 4.28 | 7.45 | - |
| YUV | 57.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 76 | 0.37 | 0.22 | 0 | 0.70 | 216.43 | 0.23 | 0.24 |
| Hex | 30 | 3B | 4C | 25 | 16 | 0 | 46 | D8 | 17 | 18 |
| Octal | 60 | 73 | 114 | 45 | 26 | 0 | 106 | 330 | 27 | 30 |
| Binary | 110000 | 111011 | 1001100 | 100101 | 10110 | 0 | 1000110 | 11011000 | 10111 | 11000 |
Color Harmonies of #303B4C
Complementary color
Monochromatic Colors of #303B4C
Black with #303B4C
Text Example
Text Example
White with #303B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B4C; }
p { color: rgb(48,59,76); }
H1.HeaderClassName
{
color: #303B4C;
}
.AnyTagClassName
{
color: #303B4C;
}
</style>
background-color css
<style>
a { background-color: #303B4C; }
a { background-color: rgb(48,59,76); }
div.DivClassName
{
background-color: #303B4C;
}
.BgClassName
{
background-color: #303B4C;
}
</style>
border-color css
<style>
span { border-color: #303B4C; }
span { border-color: rgb(48,59,76); }
td.TdClassName
{
border-color: #303B4C;
}
.TagClassName
{
border-color: #303B4C;
}
</style>