Shades of Licorice #2D3544
Tints of Licorice #2D3544
RGB
CMYK
RGB Variations
Color information
#2D3544 (or 0x2D3544) is known color: Licorice. HEX triplet: 2D, 35 and 44. RGB value is (45,53,68). Sum of RGB (Red+Green+Blue) = 45+53+68=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #2D3544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3544 is #D2CABB. Grayscale: #343434. Windows color (decimal): -13814460 or 4470061. OLE color: 4470061.
HSL color Cylindrical-coordinate representation of color #2D3544: hue angle of 219.13º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2D3544 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
RGB | 45 | 53 | 68 | - |
CMYK | 0.34 | 0.22 | 0 | 0.73 |
HSL | 219.13º | 0.2% | 0.22% | - |
HSV(B) | 219.13º | 0.34% | 0.27% | - |
XYZ | 3.4 | 3.52 | 5.97 | - |
YUV | 52.32 | 136.85 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 53 | 68 | 0.34 | 0.22 | 0 | 0.73 | 219.13 | 0.2 | 0.22 |
Hex | 2D | 35 | 44 | 22 | 16 | 0 | 49 | DB | 14 | 16 |
Octal | 55 | 65 | 104 | 42 | 26 | 0 | 111 | 333 | 24 | 26 |
Binary | 101101 | 110101 | 1000100 | 100010 | 10110 | 0 | 1001001 | 11011011 | 10100 | 10110 |
Color Harmonies of #2D3544
Complementary color
Monochromatic Colors of #2D3544
Black with #2D3544
Text Example
Text Example
White with #2D3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3544; }
p { color: rgb(45,53,68); }
H1.HeaderClassName
{
color: #2D3544;
}
.AnyTagClassName
{
color: #2D3544;
}
</style>
background-color css
<style>
a { background-color: #2D3544; }
a { background-color: rgb(45,53,68); }
div.DivClassName
{
background-color: #2D3544;
}
.BgClassName
{
background-color: #2D3544;
}
</style>
border-color css
<style>
span { border-color: #2D3544; }
span { border-color: rgb(45,53,68); }
td.TdClassName
{
border-color: #2D3544;
}
.TagClassName
{
border-color: #2D3544;
}
</style>