Shades of Licorice #2E3648
Tints of Licorice #2E3648
RGB
CMYK
RGB Variations
Color information
#2E3648 (or 0x2E3648) is known color: Licorice. HEX triplet: 2E, 36 and 48. RGB value is (46,54,72). Sum of RGB (Red+Green+Blue) = 46+54+72=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E3648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3648 is #D1C9B7. Grayscale: #353535. Windows color (decimal): -13748664 or 4732462. OLE color: 4732462.
HSL color Cylindrical-coordinate representation of color #2E3648: hue angle of 221.54º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E3648 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 54 | 72 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.72 |
| HSL | 221.54º | 0.22% | 0.23% | - |
| HSV(B) | 221.54º | 0.36% | 0.28% | - |
| XYZ | 3.62 | 3.69 | 6.65 | - |
| YUV | 53.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 72 | 0.36 | 0.25 | 0 | 0.72 | 221.54 | 0.22 | 0.23 |
| Hex | 2E | 36 | 48 | 24 | 19 | 0 | 48 | DE | 16 | 17 |
| Octal | 56 | 66 | 110 | 44 | 31 | 0 | 110 | 336 | 26 | 27 |
| Binary | 101110 | 110110 | 1001000 | 100100 | 11001 | 0 | 1001000 | 11011110 | 10110 | 10111 |
Color Harmonies of #2E3648
Complementary color
Monochromatic Colors of #2E3648
Black with #2E3648
Text Example
Text Example
White with #2E3648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3648; }
p { color: rgb(46,54,72); }
H1.HeaderClassName
{
color: #2E3648;
}
.AnyTagClassName
{
color: #2E3648;
}
</style>
background-color css
<style>
a { background-color: #2E3648; }
a { background-color: rgb(46,54,72); }
div.DivClassName
{
background-color: #2E3648;
}
.BgClassName
{
background-color: #2E3648;
}
</style>
border-color css
<style>
span { border-color: #2E3648; }
span { border-color: rgb(46,54,72); }
td.TdClassName
{
border-color: #2E3648;
}
.TagClassName
{
border-color: #2E3648;
}
</style>