Shades of Licorice #2C394B
Tints of Licorice #2C394B
RGB
CMYK
RGB Variations
Color information
#2C394B (or 0x2C394B) is known color: Licorice. HEX triplet: 2C, 39 and 4B. RGB value is (44,57,75). Sum of RGB (Red+Green+Blue) = 44+57+75=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C394B is #D3C6B4. Grayscale: #373737. Windows color (decimal): -13878965 or 4929836. OLE color: 4929836.
HSL color Cylindrical-coordinate representation of color #2C394B: hue angle of 214.84º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C394B is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 57 | 75 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.71 |
| HSL | 214.84º | 0.26% | 0.23% | - |
| HSV(B) | 214.84º | 0.41% | 0.29% | - |
| XYZ | 3.77 | 3.97 | 7.22 | - |
| YUV | 55.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 75 | 0.41 | 0.24 | 0 | 0.71 | 214.84 | 0.26 | 0.23 |
| Hex | 2C | 39 | 4B | 29 | 18 | 0 | 47 | D7 | 1A | 17 |
| Octal | 54 | 71 | 113 | 51 | 30 | 0 | 107 | 327 | 32 | 27 |
| Binary | 101100 | 111001 | 1001011 | 101001 | 11000 | 0 | 1000111 | 11010111 | 11010 | 10111 |
Color Harmonies of #2C394B
Complementary color
Monochromatic Colors of #2C394B
Black with #2C394B
Text Example
Text Example
White with #2C394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C394B; }
p { color: rgb(44,57,75); }
H1.HeaderClassName
{
color: #2C394B;
}
.AnyTagClassName
{
color: #2C394B;
}
</style>
background-color css
<style>
a { background-color: #2C394B; }
a { background-color: rgb(44,57,75); }
div.DivClassName
{
background-color: #2C394B;
}
.BgClassName
{
background-color: #2C394B;
}
</style>
border-color css
<style>
span { border-color: #2C394B; }
span { border-color: rgb(44,57,75); }
td.TdClassName
{
border-color: #2C394B;
}
.TagClassName
{
border-color: #2C394B;
}
</style>