Shades of Black Bean #0E1610
Tints of Black Bean #0E1610
RGB
CMYK
RGB Variations
Color information
#0E1610 (or 0x0E1610) is known color: Black Bean. HEX triplet: 0E, 16 and 10. RGB value is (14,22,16). Sum of RGB (Red+Green+Blue) = 14+22+16=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1610 is #F1E9EF. Grayscale: #121212. Windows color (decimal): -15854064 or 1054222. OLE color: 1054222.
HSL color Cylindrical-coordinate representation of color #0E1610: hue angle of 135º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0E1610 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 22 | 16 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.91 |
| HSL | 135º | 0.22% | 0.07% | - |
| HSV(B) | 135º | 0.36% | 0.09% | - |
| XYZ | 0.56 | 0.7 | 0.6 | - |
| YUV | 18.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 16 | 0.36 | 0 | 0.27 | 0.91 | 135 | 0.22 | 0.07 |
| Hex | E | 16 | 10 | 24 | 0 | 1B | 5B | 87 | 16 | 7 |
| Octal | 16 | 26 | 20 | 44 | 0 | 33 | 133 | 207 | 26 | 7 |
| Binary | 1110 | 10110 | 10000 | 100100 | 0 | 11011 | 1011011 | 10000111 | 10110 | 111 |
Color Harmonies of #0E1610
Complementary color
Monochromatic Colors of #0E1610
Black with #0E1610
Text Example
Text Example
White with #0E1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1610; }
p { color: rgb(14,22,16); }
H1.HeaderClassName
{
color: #0E1610;
}
.AnyTagClassName
{
color: #0E1610;
}
</style>
background-color css
<style>
a { background-color: #0E1610; }
a { background-color: rgb(14,22,16); }
div.DivClassName
{
background-color: #0E1610;
}
.BgClassName
{
background-color: #0E1610;
}
</style>
border-color css
<style>
span { border-color: #0E1610; }
span { border-color: rgb(14,22,16); }
td.TdClassName
{
border-color: #0E1610;
}
.TagClassName
{
border-color: #0E1610;
}
</style>