Shades of Licorice #35394A
Tints of Licorice #35394A
RGB
CMYK
RGB Variations
Color information
#35394A (or 0x35394A) is known color: Licorice. HEX triplet: 35, 39 and 4A. RGB value is (53,57,74). Sum of RGB (Red+Green+Blue) = 53+57+74=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #35394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35394A is #CAC6B5. Grayscale: #393939. Windows color (decimal): -13289142 or 4864309. OLE color: 4864309.
HSL color Cylindrical-coordinate representation of color #35394A: hue angle of 228.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35394A is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 57 | 74 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.71 |
| HSL | 228.57º | 0.17% | 0.25% | - |
| HSV(B) | 228.57º | 0.28% | 0.29% | - |
| XYZ | 4.17 | 4.18 | 7.07 | - |
| YUV | 57.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 74 | 0.28 | 0.23 | 0 | 0.71 | 228.57 | 0.17 | 0.25 |
| Hex | 35 | 39 | 4A | 1C | 17 | 0 | 47 | E5 | 11 | 19 |
| Octal | 65 | 71 | 112 | 34 | 27 | 0 | 107 | 345 | 21 | 31 |
| Binary | 110101 | 111001 | 1001010 | 11100 | 10111 | 0 | 1000111 | 11100101 | 10001 | 11001 |
Color Harmonies of #35394A
Complementary color
Monochromatic Colors of #35394A
Black with #35394A
Text Example
Text Example
White with #35394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35394A; }
p { color: rgb(53,57,74); }
H1.HeaderClassName
{
color: #35394A;
}
.AnyTagClassName
{
color: #35394A;
}
</style>
background-color css
<style>
a { background-color: #35394A; }
a { background-color: rgb(53,57,74); }
div.DivClassName
{
background-color: #35394A;
}
.BgClassName
{
background-color: #35394A;
}
</style>
border-color css
<style>
span { border-color: #35394A; }
span { border-color: rgb(53,57,74); }
td.TdClassName
{
border-color: #35394A;
}
.TagClassName
{
border-color: #35394A;
}
</style>