Shades of Licorice #2E3644
Tints of Licorice #2E3644
RGB
CMYK
RGB Variations
Color information
#2E3644 (or 0x2E3644) is known color: Licorice. HEX triplet: 2E, 36 and 44. RGB value is (46,54,68). Sum of RGB (Red+Green+Blue) = 46+54+68=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E3644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3644 is #D1C9BB. Grayscale: #353535. Windows color (decimal): -13748668 or 4470318. OLE color: 4470318.
HSL color Cylindrical-coordinate representation of color #2E3644: hue angle of 218.18º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E3644 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 54 | 68 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.73 |
| HSL | 218.18º | 0.19% | 0.22% | - |
| HSV(B) | 218.18º | 0.32% | 0.27% | - |
| XYZ | 3.49 | 3.64 | 5.99 | - |
| YUV | 53.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 68 | 0.32 | 0.21 | 0 | 0.73 | 218.18 | 0.19 | 0.22 |
| Hex | 2E | 36 | 44 | 20 | 15 | 0 | 49 | DA | 13 | 16 |
| Octal | 56 | 66 | 104 | 40 | 25 | 0 | 111 | 332 | 23 | 26 |
| Binary | 101110 | 110110 | 1000100 | 100000 | 10101 | 0 | 1001001 | 11011010 | 10011 | 10110 |
Color Harmonies of #2E3644
Complementary color
Monochromatic Colors of #2E3644
Black with #2E3644
Text Example
Text Example
White with #2E3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3644; }
p { color: rgb(46,54,68); }
H1.HeaderClassName
{
color: #2E3644;
}
.AnyTagClassName
{
color: #2E3644;
}
</style>
background-color css
<style>
a { background-color: #2E3644; }
a { background-color: rgb(46,54,68); }
div.DivClassName
{
background-color: #2E3644;
}
.BgClassName
{
background-color: #2E3644;
}
</style>
border-color css
<style>
span { border-color: #2E3644; }
span { border-color: rgb(46,54,68); }
td.TdClassName
{
border-color: #2E3644;
}
.TagClassName
{
border-color: #2E3644;
}
</style>