Shades of Licorice #353946
Tints of Licorice #353946
RGB
CMYK
RGB Variations
Color information
#353946 (or 0x353946) is known color: Licorice. HEX triplet: 35, 39 and 46. RGB value is (53,57,70). Sum of RGB (Red+Green+Blue) = 53+57+70=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #353946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353946 is #CAC6B9. Grayscale: #393939. Windows color (decimal): -13289146 or 4602165. OLE color: 4602165.
HSL color Cylindrical-coordinate representation of color #353946: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #353946 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 57 | 70 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.73 |
| HSL | 225.88º | 0.14% | 0.24% | - |
| HSV(B) | 225.88º | 0.24% | 0.27% | - |
| XYZ | 4.04 | 4.13 | 6.38 | - |
| YUV | 57.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 70 | 0.24 | 0.19 | 0 | 0.73 | 225.88 | 0.14 | 0.24 |
| Hex | 35 | 39 | 46 | 18 | 13 | 0 | 49 | E2 | E | 18 |
| Octal | 65 | 71 | 106 | 30 | 23 | 0 | 111 | 342 | 16 | 30 |
| Binary | 110101 | 111001 | 1000110 | 11000 | 10011 | 0 | 1001001 | 11100010 | 1110 | 11000 |
Color Harmonies of #353946
Complementary color
Monochromatic Colors of #353946
Black with #353946
Text Example
Text Example
White with #353946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353946; }
p { color: rgb(53,57,70); }
H1.HeaderClassName
{
color: #353946;
}
.AnyTagClassName
{
color: #353946;
}
</style>
background-color css
<style>
a { background-color: #353946; }
a { background-color: rgb(53,57,70); }
div.DivClassName
{
background-color: #353946;
}
.BgClassName
{
background-color: #353946;
}
</style>
border-color css
<style>
span { border-color: #353946; }
span { border-color: rgb(53,57,70); }
td.TdClassName
{
border-color: #353946;
}
.TagClassName
{
border-color: #353946;
}
</style>