Shades of Licorice #303645
Tints of Licorice #303645
RGB
CMYK
RGB Variations
Color information
#303645 (or 0x303645) is known color: Licorice. HEX triplet: 30, 36 and 45. RGB value is (48,54,69). Sum of RGB (Red+Green+Blue) = 48+54+69=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 69 - color contains mainly: blue. Hex color #303645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303645 is #CFC9BA. Grayscale: #353535. Windows color (decimal): -13617595 or 4535856. OLE color: 4535856.
HSL color Cylindrical-coordinate representation of color #303645: hue angle of 222.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #303645 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 54 | 69 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.73 |
| HSL | 222.86º | 0.18% | 0.23% | - |
| HSV(B) | 222.86º | 0.3% | 0.27% | - |
| XYZ | 3.61 | 3.7 | 6.15 | - |
| YUV | 53.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 69 | 0.30 | 0.22 | 0 | 0.73 | 222.86 | 0.18 | 0.23 |
| Hex | 30 | 36 | 45 | 1E | 16 | 0 | 49 | DF | 12 | 17 |
| Octal | 60 | 66 | 105 | 36 | 26 | 0 | 111 | 337 | 22 | 27 |
| Binary | 110000 | 110110 | 1000101 | 11110 | 10110 | 0 | 1001001 | 11011111 | 10010 | 10111 |
Color Harmonies of #303645
Complementary color
Monochromatic Colors of #303645
Black with #303645
Text Example
Text Example
White with #303645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303645; }
p { color: rgb(48,54,69); }
H1.HeaderClassName
{
color: #303645;
}
.AnyTagClassName
{
color: #303645;
}
</style>
background-color css
<style>
a { background-color: #303645; }
a { background-color: rgb(48,54,69); }
div.DivClassName
{
background-color: #303645;
}
.BgClassName
{
background-color: #303645;
}
</style>
border-color css
<style>
span { border-color: #303645; }
span { border-color: rgb(48,54,69); }
td.TdClassName
{
border-color: #303645;
}
.TagClassName
{
border-color: #303645;
}
</style>