Shades of Licorice #2C3541
Tints of Licorice #2C3541
RGB
CMYK
RGB Variations
Color information
#2C3541 (or 0x2C3541) is known color: Licorice. HEX triplet: 2C, 35 and 41. RGB value is (44,53,65). Sum of RGB (Red+Green+Blue) = 44+53+65=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C3541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3541 is #D3CABE. Grayscale: #333333. Windows color (decimal): -13879999 or 4273452. OLE color: 4273452.
HSL color Cylindrical-coordinate representation of color #2C3541: hue angle of 214.29º 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 #2C3541 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 53 | 65 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.75 |
| HSL | 214.29º | 0.19% | 0.21% | - |
| HSV(B) | 214.29º | 0.32% | 0.25% | - |
| XYZ | 3.27 | 3.46 | 5.5 | - |
| YUV | 51.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 65 | 0.32 | 0.18 | 0 | 0.75 | 214.29 | 0.19 | 0.21 |
| Hex | 2C | 35 | 41 | 20 | 12 | 0 | 4B | D6 | 13 | 15 |
| Octal | 54 | 65 | 101 | 40 | 22 | 0 | 113 | 326 | 23 | 25 |
| Binary | 101100 | 110101 | 1000001 | 100000 | 10010 | 0 | 1001011 | 11010110 | 10011 | 10101 |
Color Harmonies of #2C3541
Complementary color
Monochromatic Colors of #2C3541
Black with #2C3541
Text Example
Text Example
White with #2C3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3541; }
p { color: rgb(44,53,65); }
H1.HeaderClassName
{
color: #2C3541;
}
.AnyTagClassName
{
color: #2C3541;
}
</style>
background-color css
<style>
a { background-color: #2C3541; }
a { background-color: rgb(44,53,65); }
div.DivClassName
{
background-color: #2C3541;
}
.BgClassName
{
background-color: #2C3541;
}
</style>
border-color css
<style>
span { border-color: #2C3541; }
span { border-color: rgb(44,53,65); }
td.TdClassName
{
border-color: #2C3541;
}
.TagClassName
{
border-color: #2C3541;
}
</style>