Shades of Licorice #2E394E
Tints of Licorice #2E394E
RGB
CMYK
RGB Variations
Color information
#2E394E (or 0x2E394E) is known color: Licorice. HEX triplet: 2E, 39 and 4E. RGB value is (46,57,78). Sum of RGB (Red+Green+Blue) = 46+57+78=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E394E is #D1C6B1. Grayscale: #383838. Windows color (decimal): -13747890 or 5126446. OLE color: 5126446.
HSL color Cylindrical-coordinate representation of color #2E394E: hue angle of 219.38º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E394E is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 57 | 78 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.69 |
| HSL | 219.38º | 0.26% | 0.24% | - |
| HSV(B) | 219.38º | 0.41% | 0.31% | - |
| XYZ | 3.96 | 4.06 | 7.78 | - |
| YUV | 56.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 78 | 0.41 | 0.27 | 0 | 0.69 | 219.38 | 0.26 | 0.24 |
| Hex | 2E | 39 | 4E | 29 | 1B | 0 | 45 | DB | 1A | 18 |
| Octal | 56 | 71 | 116 | 51 | 33 | 0 | 105 | 333 | 32 | 30 |
| Binary | 101110 | 111001 | 1001110 | 101001 | 11011 | 0 | 1000101 | 11011011 | 11010 | 11000 |
Color Harmonies of #2E394E
Complementary color
Monochromatic Colors of #2E394E
Black with #2E394E
Text Example
Text Example
White with #2E394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E394E; }
p { color: rgb(46,57,78); }
H1.HeaderClassName
{
color: #2E394E;
}
.AnyTagClassName
{
color: #2E394E;
}
</style>
background-color css
<style>
a { background-color: #2E394E; }
a { background-color: rgb(46,57,78); }
div.DivClassName
{
background-color: #2E394E;
}
.BgClassName
{
background-color: #2E394E;
}
</style>
border-color css
<style>
span { border-color: #2E394E; }
span { border-color: rgb(46,57,78); }
td.TdClassName
{
border-color: #2E394E;
}
.TagClassName
{
border-color: #2E394E;
}
</style>