Shades of Black Bean #0E2610
Tints of Black Bean #0E2610
RGB
CMYK
RGB Variations
Color information
#0E2610 (or 0x0E2610) is known color: Black Bean. HEX triplet: 0E, 26 and 10. RGB value is (14,38,16). Sum of RGB (Red+Green+Blue) = 14+38+16=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2610 is #F1D9EF. Grayscale: #1C1C1C. Windows color (decimal): -15849968 or 1058318. OLE color: 1058318.
HSL color Cylindrical-coordinate representation of color #0E2610: hue angle of 125º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E2610 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 38 | 16 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.85 |
| HSL | 125º | 0.46% | 0.1% | - |
| HSV(B) | 125º | 0.63% | 0.15% | - |
| XYZ | 0.97 | 1.52 | 0.73 | - |
| YUV | 28.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 16 | 0.63 | 0 | 0.58 | 0.85 | 125 | 0.46 | 0.1 |
| Hex | E | 26 | 10 | 3F | 0 | 3A | 55 | 7D | 2E | A |
| Octal | 16 | 46 | 20 | 77 | 0 | 72 | 125 | 175 | 56 | 12 |
| Binary | 1110 | 100110 | 10000 | 111111 | 0 | 111010 | 1010101 | 1111101 | 101110 | 1010 |
Color Harmonies of #0E2610
Complementary color
Monochromatic Colors of #0E2610
Black with #0E2610
Text Example
Text Example
White with #0E2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2610; }
p { color: rgb(14,38,16); }
H1.HeaderClassName
{
color: #0E2610;
}
.AnyTagClassName
{
color: #0E2610;
}
</style>
background-color css
<style>
a { background-color: #0E2610; }
a { background-color: rgb(14,38,16); }
div.DivClassName
{
background-color: #0E2610;
}
.BgClassName
{
background-color: #0E2610;
}
</style>
border-color css
<style>
span { border-color: #0E2610; }
span { border-color: rgb(14,38,16); }
td.TdClassName
{
border-color: #0E2610;
}
.TagClassName
{
border-color: #0E2610;
}
</style>