Shades of Licorice #2D3847
Tints of Licorice #2D3847
RGB
CMYK
RGB Variations
Color information
#2D3847 (or 0x2D3847) is known color: Licorice. HEX triplet: 2D, 38 and 47. RGB value is (45,56,71). Sum of RGB (Red+Green+Blue) = 45+56+71=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D3847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3847 is #D2C7B8. Grayscale: #363636. Windows color (decimal): -13813689 or 4667437. OLE color: 4667437.
HSL color Cylindrical-coordinate representation of color #2D3847: hue angle of 214.62º 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 #2D3847 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 56 | 71 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.72 |
| HSL | 214.62º | 0.22% | 0.23% | - |
| HSV(B) | 214.62º | 0.37% | 0.28% | - |
| XYZ | 3.63 | 3.84 | 6.51 | - |
| YUV | 54.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 71 | 0.37 | 0.21 | 0 | 0.72 | 214.62 | 0.22 | 0.23 |
| Hex | 2D | 38 | 47 | 25 | 15 | 0 | 48 | D7 | 16 | 17 |
| Octal | 55 | 70 | 107 | 45 | 25 | 0 | 110 | 327 | 26 | 27 |
| Binary | 101101 | 111000 | 1000111 | 100101 | 10101 | 0 | 1001000 | 11010111 | 10110 | 10111 |
Color Harmonies of #2D3847
Complementary color
Monochromatic Colors of #2D3847
Black with #2D3847
Text Example
Text Example
White with #2D3847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3847; }
p { color: rgb(45,56,71); }
H1.HeaderClassName
{
color: #2D3847;
}
.AnyTagClassName
{
color: #2D3847;
}
</style>
background-color css
<style>
a { background-color: #2D3847; }
a { background-color: rgb(45,56,71); }
div.DivClassName
{
background-color: #2D3847;
}
.BgClassName
{
background-color: #2D3847;
}
</style>
border-color css
<style>
span { border-color: #2D3847; }
span { border-color: rgb(45,56,71); }
td.TdClassName
{
border-color: #2D3847;
}
.TagClassName
{
border-color: #2D3847;
}
</style>