Shades of Licorice #2E3944
Tints of Licorice #2E3944
RGB
CMYK
RGB Variations
Color information
#2E3944 (or 0x2E3944) is known color: Licorice. HEX triplet: 2E, 39 and 44. RGB value is (46,57,68). Sum of RGB (Red+Green+Blue) = 46+57+68=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E3944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3944 is #D1C6BB. Grayscale: #363636. Windows color (decimal): -13747900 or 4471086. OLE color: 4471086.
HSL color Cylindrical-coordinate representation of color #2E3944: hue angle of 210º 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 #2E3944 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 57 | 68 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.73 |
| HSL | 210º | 0.19% | 0.22% | - |
| HSV(B) | 210º | 0.32% | 0.27% | - |
| XYZ | 3.63 | 3.92 | 6.03 | - |
| YUV | 54.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 68 | 0.32 | 0.16 | 0 | 0.73 | 210 | 0.19 | 0.22 |
| Hex | 2E | 39 | 44 | 20 | 10 | 0 | 49 | D2 | 13 | 16 |
| Octal | 56 | 71 | 104 | 40 | 20 | 0 | 111 | 322 | 23 | 26 |
| Binary | 101110 | 111001 | 1000100 | 100000 | 10000 | 0 | 1001001 | 11010010 | 10011 | 10110 |
Color Harmonies of #2E3944
Complementary color
Monochromatic Colors of #2E3944
Black with #2E3944
Text Example
Text Example
White with #2E3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3944; }
p { color: rgb(46,57,68); }
H1.HeaderClassName
{
color: #2E3944;
}
.AnyTagClassName
{
color: #2E3944;
}
</style>
background-color css
<style>
a { background-color: #2E3944; }
a { background-color: rgb(46,57,68); }
div.DivClassName
{
background-color: #2E3944;
}
.BgClassName
{
background-color: #2E3944;
}
</style>
border-color css
<style>
span { border-color: #2E3944; }
span { border-color: rgb(46,57,68); }
td.TdClassName
{
border-color: #2E3944;
}
.TagClassName
{
border-color: #2E3944;
}
</style>