Shades of Licorice #2E3847
Tints of Licorice #2E3847
RGB
CMYK
RGB Variations
Color information
#2E3847 (or 0x2E3847) is known color: Licorice. HEX triplet: 2E, 38 and 47. RGB value is (46,56,71). Sum of RGB (Red+Green+Blue) = 46+56+71=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E3847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3847 is #D1C7B8. Grayscale: #363636. Windows color (decimal): -13748153 or 4667438. OLE color: 4667438.
HSL color Cylindrical-coordinate representation of color #2E3847: hue angle of 216º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E3847 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 56 | 71 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.72 |
| HSL | 216º | 0.21% | 0.23% | - |
| HSV(B) | 216º | 0.35% | 0.28% | - |
| XYZ | 3.68 | 3.86 | 6.51 | - |
| YUV | 54.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 71 | 0.35 | 0.21 | 0 | 0.72 | 216 | 0.21 | 0.23 |
| Hex | 2E | 38 | 47 | 23 | 15 | 0 | 48 | D8 | 15 | 17 |
| Octal | 56 | 70 | 107 | 43 | 25 | 0 | 110 | 330 | 25 | 27 |
| Binary | 101110 | 111000 | 1000111 | 100011 | 10101 | 0 | 1001000 | 11011000 | 10101 | 10111 |
Color Harmonies of #2E3847
Complementary color
Monochromatic Colors of #2E3847
Black with #2E3847
Text Example
Text Example
White with #2E3847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3847; }
p { color: rgb(46,56,71); }
H1.HeaderClassName
{
color: #2E3847;
}
.AnyTagClassName
{
color: #2E3847;
}
</style>
background-color css
<style>
a { background-color: #2E3847; }
a { background-color: rgb(46,56,71); }
div.DivClassName
{
background-color: #2E3847;
}
.BgClassName
{
background-color: #2E3847;
}
</style>
border-color css
<style>
span { border-color: #2E3847; }
span { border-color: rgb(46,56,71); }
td.TdClassName
{
border-color: #2E3847;
}
.TagClassName
{
border-color: #2E3847;
}
</style>