Shades of Licorice #2E374A
Tints of Licorice #2E374A
RGB
CMYK
RGB Variations
Color information
#2E374A (or 0x2E374A) is known color: Licorice. HEX triplet: 2E, 37 and 4A. RGB value is (46,55,74). Sum of RGB (Red+Green+Blue) = 46+55+74=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E374A is #D1C8B5. Grayscale: #363636. Windows color (decimal): -13748406 or 4863790. OLE color: 4863790.
HSL color Cylindrical-coordinate representation of color #2E374A: hue angle of 220.71º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E374A is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 55 | 74 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.71 |
| HSL | 220.71º | 0.23% | 0.24% | - |
| HSV(B) | 220.71º | 0.38% | 0.29% | - |
| XYZ | 3.73 | 3.81 | 7.02 | - |
| YUV | 54.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 74 | 0.38 | 0.26 | 0 | 0.71 | 220.71 | 0.23 | 0.24 |
| Hex | 2E | 37 | 4A | 26 | 1A | 0 | 47 | DD | 17 | 18 |
| Octal | 56 | 67 | 112 | 46 | 32 | 0 | 107 | 335 | 27 | 30 |
| Binary | 101110 | 110111 | 1001010 | 100110 | 11010 | 0 | 1000111 | 11011101 | 10111 | 11000 |
Color Harmonies of #2E374A
Complementary color
Monochromatic Colors of #2E374A
Black with #2E374A
Text Example
Text Example
White with #2E374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E374A; }
p { color: rgb(46,55,74); }
H1.HeaderClassName
{
color: #2E374A;
}
.AnyTagClassName
{
color: #2E374A;
}
</style>
background-color css
<style>
a { background-color: #2E374A; }
a { background-color: rgb(46,55,74); }
div.DivClassName
{
background-color: #2E374A;
}
.BgClassName
{
background-color: #2E374A;
}
</style>
border-color css
<style>
span { border-color: #2E374A; }
span { border-color: rgb(46,55,74); }
td.TdClassName
{
border-color: #2E374A;
}
.TagClassName
{
border-color: #2E374A;
}
</style>