Shades of Licorice #2E3741
Tints of Licorice #2E3741
RGB
CMYK
RGB Variations
Color information
#2E3741 (or 0x2E3741) is known color: Licorice. HEX triplet: 2E, 37 and 41. RGB value is (46,55,65). Sum of RGB (Red+Green+Blue) = 46+55+65=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E3741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3741 is #D1C8BE. Grayscale: #353535. Windows color (decimal): -13748415 or 4273966. OLE color: 4273966.
HSL color Cylindrical-coordinate representation of color #2E3741: hue angle of 211.58º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E3741 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 55 | 65 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.75 |
| HSL | 211.58º | 0.17% | 0.22% | - |
| HSV(B) | 211.58º | 0.29% | 0.25% | - |
| XYZ | 3.45 | 3.69 | 5.53 | - |
| YUV | 53.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 65 | 0.29 | 0.15 | 0 | 0.75 | 211.58 | 0.17 | 0.22 |
| Hex | 2E | 37 | 41 | 1D | F | 0 | 4B | D4 | 11 | 16 |
| Octal | 56 | 67 | 101 | 35 | 17 | 0 | 113 | 324 | 21 | 26 |
| Binary | 101110 | 110111 | 1000001 | 11101 | 1111 | 0 | 1001011 | 11010100 | 10001 | 10110 |
Color Harmonies of #2E3741
Complementary color
Monochromatic Colors of #2E3741
Black with #2E3741
Text Example
Text Example
White with #2E3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3741; }
p { color: rgb(46,55,65); }
H1.HeaderClassName
{
color: #2E3741;
}
.AnyTagClassName
{
color: #2E3741;
}
</style>
background-color css
<style>
a { background-color: #2E3741; }
a { background-color: rgb(46,55,65); }
div.DivClassName
{
background-color: #2E3741;
}
.BgClassName
{
background-color: #2E3741;
}
</style>
border-color css
<style>
span { border-color: #2E3741; }
span { border-color: rgb(46,55,65); }
td.TdClassName
{
border-color: #2E3741;
}
.TagClassName
{
border-color: #2E3741;
}
</style>