Shades of Licorice #2C3441
Tints of Licorice #2C3441
RGB
CMYK
RGB Variations
Color information
#2C3441 (or 0x2C3441) is known color: Licorice. HEX triplet: 2C, 34 and 41. RGB value is (44,52,65). Sum of RGB (Red+Green+Blue) = 44+52+65=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C3441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3441 is #D3CBBE. Grayscale: #333333. Windows color (decimal): -13880255 or 4273196. OLE color: 4273196.
HSL color Cylindrical-coordinate representation of color #2C3441: hue angle of 217.14º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C3441 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 52 | 65 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.75 |
| HSL | 217.14º | 0.19% | 0.21% | - |
| HSV(B) | 217.14º | 0.32% | 0.25% | - |
| XYZ | 3.22 | 3.37 | 5.48 | - |
| YUV | 51.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 65 | 0.32 | 0.20 | 0 | 0.75 | 217.14 | 0.19 | 0.21 |
| Hex | 2C | 34 | 41 | 20 | 14 | 0 | 4B | D9 | 13 | 15 |
| Octal | 54 | 64 | 101 | 40 | 24 | 0 | 113 | 331 | 23 | 25 |
| Binary | 101100 | 110100 | 1000001 | 100000 | 10100 | 0 | 1001011 | 11011001 | 10011 | 10101 |
Color Harmonies of #2C3441
Complementary color
Monochromatic Colors of #2C3441
Black with #2C3441
Text Example
Text Example
White with #2C3441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3441; }
p { color: rgb(44,52,65); }
H1.HeaderClassName
{
color: #2C3441;
}
.AnyTagClassName
{
color: #2C3441;
}
</style>
background-color css
<style>
a { background-color: #2C3441; }
a { background-color: rgb(44,52,65); }
div.DivClassName
{
background-color: #2C3441;
}
.BgClassName
{
background-color: #2C3441;
}
</style>
border-color css
<style>
span { border-color: #2C3441; }
span { border-color: rgb(44,52,65); }
td.TdClassName
{
border-color: #2C3441;
}
.TagClassName
{
border-color: #2C3441;
}
</style>