Shades of Black Bean #0E2013
Tints of Black Bean #0E2013
RGB
CMYK
RGB Variations
Color information
#0E2013 (or 0x0E2013) is known color: Black Bean. HEX triplet: 0E, 20 and 13. RGB value is (14,32,19). Sum of RGB (Red+Green+Blue) = 14+32+19=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #0E2013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2013 is #F1DFEC. Grayscale: #191919. Windows color (decimal): -15851501 or 1253390. OLE color: 1253390.
HSL color Cylindrical-coordinate representation of color #0E2013: hue angle of 136.67º 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 #0E2013 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 32 | 19 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.87 |
| HSL | 136.67º | 0.39% | 0.09% | - |
| HSV(B) | 136.67º | 0.56% | 0.13% | - |
| XYZ | 0.82 | 1.17 | 0.8 | - |
| YUV | 25.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 19 | 0.56 | 0 | 0.41 | 0.87 | 136.67 | 0.39 | 0.09 |
| Hex | E | 20 | 13 | 38 | 0 | 29 | 57 | 89 | 27 | 9 |
| Octal | 16 | 40 | 23 | 70 | 0 | 51 | 127 | 211 | 47 | 11 |
| Binary | 1110 | 100000 | 10011 | 111000 | 0 | 101001 | 1010111 | 10001001 | 100111 | 1001 |
Color Harmonies of #0E2013
Complementary color
Monochromatic Colors of #0E2013
Black with #0E2013
Text Example
Text Example
White with #0E2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2013; }
p { color: rgb(14,32,19); }
H1.HeaderClassName
{
color: #0E2013;
}
.AnyTagClassName
{
color: #0E2013;
}
</style>
background-color css
<style>
a { background-color: #0E2013; }
a { background-color: rgb(14,32,19); }
div.DivClassName
{
background-color: #0E2013;
}
.BgClassName
{
background-color: #0E2013;
}
</style>
border-color css
<style>
span { border-color: #0E2013; }
span { border-color: rgb(14,32,19); }
td.TdClassName
{
border-color: #0E2013;
}
.TagClassName
{
border-color: #0E2013;
}
</style>