Shades of Licorice #2C394D
Tints of Licorice #2C394D
RGB
CMYK
RGB Variations
Color information
#2C394D (or 0x2C394D) is known color: Licorice. HEX triplet: 2C, 39 and 4D. RGB value is (44,57,77). Sum of RGB (Red+Green+Blue) = 44+57+77=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C394D is #D3C6B2. Grayscale: #373737. Windows color (decimal): -13878963 or 5060908. OLE color: 5060908.
HSL color Cylindrical-coordinate representation of color #2C394D: hue angle of 216.36º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C394D is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 57 | 77 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.70 |
| HSL | 216.36º | 0.27% | 0.24% | - |
| HSV(B) | 216.36º | 0.43% | 0.3% | - |
| XYZ | 3.84 | 4 | 7.59 | - |
| YUV | 55.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 77 | 0.43 | 0.26 | 0 | 0.70 | 216.36 | 0.27 | 0.24 |
| Hex | 2C | 39 | 4D | 2B | 1A | 0 | 46 | D8 | 1B | 18 |
| Octal | 54 | 71 | 115 | 53 | 32 | 0 | 106 | 330 | 33 | 30 |
| Binary | 101100 | 111001 | 1001101 | 101011 | 11010 | 0 | 1000110 | 11011000 | 11011 | 11000 |
Color Harmonies of #2C394D
Complementary color
Monochromatic Colors of #2C394D
Black with #2C394D
Text Example
Text Example
White with #2C394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C394D; }
p { color: rgb(44,57,77); }
H1.HeaderClassName
{
color: #2C394D;
}
.AnyTagClassName
{
color: #2C394D;
}
</style>
background-color css
<style>
a { background-color: #2C394D; }
a { background-color: rgb(44,57,77); }
div.DivClassName
{
background-color: #2C394D;
}
.BgClassName
{
background-color: #2C394D;
}
</style>
border-color css
<style>
span { border-color: #2C394D; }
span { border-color: rgb(44,57,77); }
td.TdClassName
{
border-color: #2C394D;
}
.TagClassName
{
border-color: #2C394D;
}
</style>