Shades of Licorice #2E3744
Tints of Licorice #2E3744
RGB
CMYK
RGB Variations
Color information
#2E3744 (or 0x2E3744) is known color: Licorice. HEX triplet: 2E, 37 and 44. RGB value is (46,55,68). Sum of RGB (Red+Green+Blue) = 46+55+68=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E3744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3744 is #D1C8BB. Grayscale: #353535. Windows color (decimal): -13748412 or 4470574. OLE color: 4470574.
HSL color Cylindrical-coordinate representation of color #2E3744: hue angle of 215.45º 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 #2E3744 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 55 | 68 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.73 |
| HSL | 215.45º | 0.19% | 0.22% | - |
| HSV(B) | 215.45º | 0.32% | 0.27% | - |
| XYZ | 3.54 | 3.73 | 6 | - |
| YUV | 53.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 68 | 0.32 | 0.19 | 0 | 0.73 | 215.45 | 0.19 | 0.22 |
| Hex | 2E | 37 | 44 | 20 | 13 | 0 | 49 | D7 | 13 | 16 |
| Octal | 56 | 67 | 104 | 40 | 23 | 0 | 111 | 327 | 23 | 26 |
| Binary | 101110 | 110111 | 1000100 | 100000 | 10011 | 0 | 1001001 | 11010111 | 10011 | 10110 |
Color Harmonies of #2E3744
Complementary color
Monochromatic Colors of #2E3744
Black with #2E3744
Text Example
Text Example
White with #2E3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3744; }
p { color: rgb(46,55,68); }
H1.HeaderClassName
{
color: #2E3744;
}
.AnyTagClassName
{
color: #2E3744;
}
</style>
background-color css
<style>
a { background-color: #2E3744; }
a { background-color: rgb(46,55,68); }
div.DivClassName
{
background-color: #2E3744;
}
.BgClassName
{
background-color: #2E3744;
}
</style>
border-color css
<style>
span { border-color: #2E3744; }
span { border-color: rgb(46,55,68); }
td.TdClassName
{
border-color: #2E3744;
}
.TagClassName
{
border-color: #2E3744;
}
</style>