Shades of Licorice #353A47
Tints of Licorice #353A47
RGB
CMYK
RGB Variations
Color information
#353A47 (or 0x353A47) is known color: Licorice. HEX triplet: 35, 3A and 47. RGB value is (53,58,71). Sum of RGB (Red+Green+Blue) = 53+58+71=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #353A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A47 is #CAC5B8. Grayscale: #393939. Windows color (decimal): -13288889 or 4667957. OLE color: 4667957.
HSL color Cylindrical-coordinate representation of color #353A47: hue angle of 223.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #353A47 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 58 | 71 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.72 |
| HSL | 223.33º | 0.15% | 0.24% | - |
| HSV(B) | 223.33º | 0.25% | 0.28% | - |
| XYZ | 4.12 | 4.24 | 6.56 | - |
| YUV | 57.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 71 | 0.25 | 0.18 | 0 | 0.72 | 223.33 | 0.15 | 0.24 |
| Hex | 35 | 3A | 47 | 19 | 12 | 0 | 48 | DF | F | 18 |
| Octal | 65 | 72 | 107 | 31 | 22 | 0 | 110 | 337 | 17 | 30 |
| Binary | 110101 | 111010 | 1000111 | 11001 | 10010 | 0 | 1001000 | 11011111 | 1111 | 11000 |
Color Harmonies of #353A47
Complementary color
Monochromatic Colors of #353A47
Black with #353A47
Text Example
Text Example
White with #353A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A47; }
p { color: rgb(53,58,71); }
H1.HeaderClassName
{
color: #353A47;
}
.AnyTagClassName
{
color: #353A47;
}
</style>
background-color css
<style>
a { background-color: #353A47; }
a { background-color: rgb(53,58,71); }
div.DivClassName
{
background-color: #353A47;
}
.BgClassName
{
background-color: #353A47;
}
</style>
border-color css
<style>
span { border-color: #353A47; }
span { border-color: rgb(53,58,71); }
td.TdClassName
{
border-color: #353A47;
}
.TagClassName
{
border-color: #353A47;
}
</style>