Shades of Licorice #2D3747
Tints of Licorice #2D3747
RGB
CMYK
RGB Variations
Color information
#2D3747 (or 0x2D3747) is known color: Licorice. HEX triplet: 2D, 37 and 47. RGB value is (45,55,71). Sum of RGB (Red+Green+Blue) = 45+55+71=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D3747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3747 is #D2C8B8. Grayscale: #353535. Windows color (decimal): -13813945 or 4667181. OLE color: 4667181.
HSL color Cylindrical-coordinate representation of color #2D3747: hue angle of 216.92º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D3747 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 55 | 71 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.72 |
| HSL | 216.92º | 0.22% | 0.23% | - |
| HSV(B) | 216.92º | 0.37% | 0.28% | - |
| XYZ | 3.59 | 3.75 | 6.5 | - |
| YUV | 53.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 71 | 0.37 | 0.23 | 0 | 0.72 | 216.92 | 0.22 | 0.23 |
| Hex | 2D | 37 | 47 | 25 | 17 | 0 | 48 | D9 | 16 | 17 |
| Octal | 55 | 67 | 107 | 45 | 27 | 0 | 110 | 331 | 26 | 27 |
| Binary | 101101 | 110111 | 1000111 | 100101 | 10111 | 0 | 1001000 | 11011001 | 10110 | 10111 |
Color Harmonies of #2D3747
Complementary color
Monochromatic Colors of #2D3747
Black with #2D3747
Text Example
Text Example
White with #2D3747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3747; }
p { color: rgb(45,55,71); }
H1.HeaderClassName
{
color: #2D3747;
}
.AnyTagClassName
{
color: #2D3747;
}
</style>
background-color css
<style>
a { background-color: #2D3747; }
a { background-color: rgb(45,55,71); }
div.DivClassName
{
background-color: #2D3747;
}
.BgClassName
{
background-color: #2D3747;
}
</style>
border-color css
<style>
span { border-color: #2D3747; }
span { border-color: rgb(45,55,71); }
td.TdClassName
{
border-color: #2D3747;
}
.TagClassName
{
border-color: #2D3747;
}
</style>