Shades of Licorice #303642
Tints of Licorice #303642
RGB
CMYK
RGB Variations
Color information
#303642 (or 0x303642) is known color: Licorice. HEX triplet: 30, 36 and 42. RGB value is (48,54,66). Sum of RGB (Red+Green+Blue) = 48+54+66=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #303642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303642 is #CFC9BD. Grayscale: #353535. Windows color (decimal): -13617598 or 4339248. OLE color: 4339248.
HSL color Cylindrical-coordinate representation of color #303642: hue angle of 220º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303642 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 54 | 66 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.74 |
| HSL | 220º | 0.16% | 0.22% | - |
| HSV(B) | 220º | 0.27% | 0.26% | - |
| XYZ | 3.52 | 3.66 | 5.68 | - |
| YUV | 53.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 66 | 0.27 | 0.18 | 0 | 0.74 | 220 | 0.16 | 0.22 |
| Hex | 30 | 36 | 42 | 1B | 12 | 0 | 4A | DC | 10 | 16 |
| Octal | 60 | 66 | 102 | 33 | 22 | 0 | 112 | 334 | 20 | 26 |
| Binary | 110000 | 110110 | 1000010 | 11011 | 10010 | 0 | 1001010 | 11011100 | 10000 | 10110 |
Color Harmonies of #303642
Complementary color
Monochromatic Colors of #303642
Black with #303642
Text Example
Text Example
White with #303642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303642; }
p { color: rgb(48,54,66); }
H1.HeaderClassName
{
color: #303642;
}
.AnyTagClassName
{
color: #303642;
}
</style>
background-color css
<style>
a { background-color: #303642; }
a { background-color: rgb(48,54,66); }
div.DivClassName
{
background-color: #303642;
}
.BgClassName
{
background-color: #303642;
}
</style>
border-color css
<style>
span { border-color: #303642; }
span { border-color: rgb(48,54,66); }
td.TdClassName
{
border-color: #303642;
}
.TagClassName
{
border-color: #303642;
}
</style>