Shades of Black Bean #0E1710
Tints of Black Bean #0E1710
RGB
CMYK
RGB Variations
Color information
#0E1710 (or 0x0E1710) is known color: Black Bean. HEX triplet: 0E, 17 and 10. RGB value is (14,23,16). Sum of RGB (Red+Green+Blue) = 14+23+16=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1710 is #F1E8EF. Grayscale: #131313. Windows color (decimal): -15853808 or 1054478. OLE color: 1054478.
HSL color Cylindrical-coordinate representation of color #0E1710: hue angle of 133.33º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0E1710 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 23 | 16 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.91 |
| HSL | 133.33º | 0.24% | 0.07% | - |
| HSV(B) | 133.33º | 0.39% | 0.09% | - |
| XYZ | 0.58 | 0.74 | 0.6 | - |
| YUV | 19.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 16 | 0.39 | 0 | 0.30 | 0.91 | 133.33 | 0.24 | 0.07 |
| Hex | E | 17 | 10 | 27 | 0 | 1E | 5B | 85 | 18 | 7 |
| Octal | 16 | 27 | 20 | 47 | 0 | 36 | 133 | 205 | 30 | 7 |
| Binary | 1110 | 10111 | 10000 | 100111 | 0 | 11110 | 1011011 | 10000101 | 11000 | 111 |
Color Harmonies of #0E1710
Complementary color
Monochromatic Colors of #0E1710
Black with #0E1710
Text Example
Text Example
White with #0E1710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1710; }
p { color: rgb(14,23,16); }
H1.HeaderClassName
{
color: #0E1710;
}
.AnyTagClassName
{
color: #0E1710;
}
</style>
background-color css
<style>
a { background-color: #0E1710; }
a { background-color: rgb(14,23,16); }
div.DivClassName
{
background-color: #0E1710;
}
.BgClassName
{
background-color: #0E1710;
}
</style>
border-color css
<style>
span { border-color: #0E1710; }
span { border-color: rgb(14,23,16); }
td.TdClassName
{
border-color: #0E1710;
}
.TagClassName
{
border-color: #0E1710;
}
</style>