Shades of Black Bean #0E2014
Tints of Black Bean #0E2014
RGB
CMYK
RGB Variations
Color information
#0E2014 (or 0x0E2014) is known color: Black Bean. HEX triplet: 0E, 20 and 14. RGB value is (14,32,20). Sum of RGB (Red+Green+Blue) = 14+32+20=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #0E2014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2014 is #F1DFEB. Grayscale: #191919. Windows color (decimal): -15851500 or 1318926. OLE color: 1318926.
HSL color Cylindrical-coordinate representation of color #0E2014: hue angle of 140º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E2014 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 32 | 20 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.87 |
| HSL | 140º | 0.39% | 0.09% | - |
| HSV(B) | 140º | 0.56% | 0.13% | - |
| XYZ | 0.82 | 1.18 | 0.85 | - |
| YUV | 25.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 20 | 0.56 | 0 | 0.37 | 0.87 | 140 | 0.39 | 0.09 |
| Hex | E | 20 | 14 | 38 | 0 | 25 | 57 | 8C | 27 | 9 |
| Octal | 16 | 40 | 24 | 70 | 0 | 45 | 127 | 214 | 47 | 11 |
| Binary | 1110 | 100000 | 10100 | 111000 | 0 | 100101 | 1010111 | 10001100 | 100111 | 1001 |
Color Harmonies of #0E2014
Complementary color
Monochromatic Colors of #0E2014
Black with #0E2014
Text Example
Text Example
White with #0E2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2014; }
p { color: rgb(14,32,20); }
H1.HeaderClassName
{
color: #0E2014;
}
.AnyTagClassName
{
color: #0E2014;
}
</style>
background-color css
<style>
a { background-color: #0E2014; }
a { background-color: rgb(14,32,20); }
div.DivClassName
{
background-color: #0E2014;
}
.BgClassName
{
background-color: #0E2014;
}
</style>
border-color css
<style>
span { border-color: #0E2014; }
span { border-color: rgb(14,32,20); }
td.TdClassName
{
border-color: #0E2014;
}
.TagClassName
{
border-color: #0E2014;
}
</style>