Shades of Licorice #2D3945
Tints of Licorice #2D3945
RGB
CMYK
RGB Variations
Color information
#2D3945 (or 0x2D3945) is known color: Licorice. HEX triplet: 2D, 39 and 45. RGB value is (45,57,69). Sum of RGB (Red+Green+Blue) = 45+57+69=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 69 - color contains mainly: blue. Hex color #2D3945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3945 is #D2C6BA. Grayscale: #363636. Windows color (decimal): -13813435 or 4536621. OLE color: 4536621.
HSL color Cylindrical-coordinate representation of color #2D3945: hue angle of 210º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D3945 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 57 | 69 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.73 |
| HSL | 210º | 0.21% | 0.22% | - |
| HSV(B) | 210º | 0.35% | 0.27% | - |
| XYZ | 3.62 | 3.91 | 6.19 | - |
| YUV | 54.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 69 | 0.35 | 0.17 | 0 | 0.73 | 210 | 0.21 | 0.22 |
| Hex | 2D | 39 | 45 | 23 | 11 | 0 | 49 | D2 | 15 | 16 |
| Octal | 55 | 71 | 105 | 43 | 21 | 0 | 111 | 322 | 25 | 26 |
| Binary | 101101 | 111001 | 1000101 | 100011 | 10001 | 0 | 1001001 | 11010010 | 10101 | 10110 |
Color Harmonies of #2D3945
Complementary color
Monochromatic Colors of #2D3945
Black with #2D3945
Text Example
Text Example
White with #2D3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3945; }
p { color: rgb(45,57,69); }
H1.HeaderClassName
{
color: #2D3945;
}
.AnyTagClassName
{
color: #2D3945;
}
</style>
background-color css
<style>
a { background-color: #2D3945; }
a { background-color: rgb(45,57,69); }
div.DivClassName
{
background-color: #2D3945;
}
.BgClassName
{
background-color: #2D3945;
}
</style>
border-color css
<style>
span { border-color: #2D3945; }
span { border-color: rgb(45,57,69); }
td.TdClassName
{
border-color: #2D3945;
}
.TagClassName
{
border-color: #2D3945;
}
</style>