Shades of Black Bean #0E2510
Tints of Black Bean #0E2510
RGB
CMYK
RGB Variations
Color information
#0E2510 (or 0x0E2510) is known color: Black Bean. HEX triplet: 0E, 25 and 10. RGB value is (14,37,16). Sum of RGB (Red+Green+Blue) = 14+37+16=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2510 is #F1DAEF. Grayscale: #1B1B1B. Windows color (decimal): -15850224 or 1058062. OLE color: 1058062.
HSL color Cylindrical-coordinate representation of color #0E2510: hue angle of 125.22º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E2510 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 37 | 16 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.85 |
| HSL | 125.22º | 0.45% | 0.1% | - |
| HSV(B) | 125.22º | 0.62% | 0.15% | - |
| XYZ | 0.94 | 1.45 | 0.72 | - |
| YUV | 27.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 16 | 0.62 | 0 | 0.57 | 0.85 | 125.22 | 0.45 | 0.1 |
| Hex | E | 25 | 10 | 3E | 0 | 39 | 55 | 7D | 2D | A |
| Octal | 16 | 45 | 20 | 76 | 0 | 71 | 125 | 175 | 55 | 12 |
| Binary | 1110 | 100101 | 10000 | 111110 | 0 | 111001 | 1010101 | 1111101 | 101101 | 1010 |
Color Harmonies of #0E2510
Complementary color
Monochromatic Colors of #0E2510
Black with #0E2510
Text Example
Text Example
White with #0E2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2510; }
p { color: rgb(14,37,16); }
H1.HeaderClassName
{
color: #0E2510;
}
.AnyTagClassName
{
color: #0E2510;
}
</style>
background-color css
<style>
a { background-color: #0E2510; }
a { background-color: rgb(14,37,16); }
div.DivClassName
{
background-color: #0E2510;
}
.BgClassName
{
background-color: #0E2510;
}
</style>
border-color css
<style>
span { border-color: #0E2510; }
span { border-color: rgb(14,37,16); }
td.TdClassName
{
border-color: #0E2510;
}
.TagClassName
{
border-color: #0E2510;
}
</style>