Shades of Licorice #2E3849
Tints of Licorice #2E3849
RGB
CMYK
RGB Variations
Color information
#2E3849 (or 0x2E3849) is known color: Licorice. HEX triplet: 2E, 38 and 49. RGB value is (46,56,73). Sum of RGB (Red+Green+Blue) = 46+56+73=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E3849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3849 is #D1C7B6. Grayscale: #363636. Windows color (decimal): -13748151 or 4798510. OLE color: 4798510.
HSL color Cylindrical-coordinate representation of color #2E3849: hue angle of 217.78º 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 #2E3849 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 56 | 73 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.71 |
| HSL | 217.78º | 0.23% | 0.23% | - |
| HSV(B) | 217.78º | 0.37% | 0.29% | - |
| XYZ | 3.74 | 3.89 | 6.86 | - |
| YUV | 54.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 73 | 0.37 | 0.23 | 0 | 0.71 | 217.78 | 0.23 | 0.23 |
| Hex | 2E | 38 | 49 | 25 | 17 | 0 | 47 | DA | 17 | 17 |
| Octal | 56 | 70 | 111 | 45 | 27 | 0 | 107 | 332 | 27 | 27 |
| Binary | 101110 | 111000 | 1001001 | 100101 | 10111 | 0 | 1000111 | 11011010 | 10111 | 10111 |
Color Harmonies of #2E3849
Complementary color
Monochromatic Colors of #2E3849
Black with #2E3849
Text Example
Text Example
White with #2E3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3849; }
p { color: rgb(46,56,73); }
H1.HeaderClassName
{
color: #2E3849;
}
.AnyTagClassName
{
color: #2E3849;
}
</style>
background-color css
<style>
a { background-color: #2E3849; }
a { background-color: rgb(46,56,73); }
div.DivClassName
{
background-color: #2E3849;
}
.BgClassName
{
background-color: #2E3849;
}
</style>
border-color css
<style>
span { border-color: #2E3849; }
span { border-color: rgb(46,56,73); }
td.TdClassName
{
border-color: #2E3849;
}
.TagClassName
{
border-color: #2E3849;
}
</style>