Shades of Licorice #2E3949
Tints of Licorice #2E3949
RGB
CMYK
RGB Variations
Color information
#2E3949 (or 0x2E3949) is known color: Licorice. HEX triplet: 2E, 39 and 49. RGB value is (46,57,73). Sum of RGB (Red+Green+Blue) = 46+57+73=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E3949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3949 is #D1C6B6. Grayscale: #373737. Windows color (decimal): -13747895 or 4798766. OLE color: 4798766.
HSL color Cylindrical-coordinate representation of color #2E3949: hue angle of 215.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E3949 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 57 | 73 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.71 |
| HSL | 215.56º | 0.23% | 0.23% | - |
| HSV(B) | 215.56º | 0.37% | 0.29% | - |
| XYZ | 3.79 | 3.99 | 6.87 | - |
| YUV | 55.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 73 | 0.37 | 0.22 | 0 | 0.71 | 215.56 | 0.23 | 0.23 |
| Hex | 2E | 39 | 49 | 25 | 16 | 0 | 47 | D8 | 17 | 17 |
| Octal | 56 | 71 | 111 | 45 | 26 | 0 | 107 | 330 | 27 | 27 |
| Binary | 101110 | 111001 | 1001001 | 100101 | 10110 | 0 | 1000111 | 11011000 | 10111 | 10111 |
Color Harmonies of #2E3949
Complementary color
Monochromatic Colors of #2E3949
Black with #2E3949
Text Example
Text Example
White with #2E3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3949; }
p { color: rgb(46,57,73); }
H1.HeaderClassName
{
color: #2E3949;
}
.AnyTagClassName
{
color: #2E3949;
}
</style>
background-color css
<style>
a { background-color: #2E3949; }
a { background-color: rgb(46,57,73); }
div.DivClassName
{
background-color: #2E3949;
}
.BgClassName
{
background-color: #2E3949;
}
</style>
border-color css
<style>
span { border-color: #2E3949; }
span { border-color: rgb(46,57,73); }
td.TdClassName
{
border-color: #2E3949;
}
.TagClassName
{
border-color: #2E3949;
}
</style>