Shades of Black Bean #0E2612
Tints of Black Bean #0E2612
RGB
CMYK
RGB Variations
Color information
#0E2612 (or 0x0E2612) is known color: Black Bean. HEX triplet: 0E, 26 and 12. RGB value is (14,38,18). Sum of RGB (Red+Green+Blue) = 14+38+18=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2612 is #F1D9ED. Grayscale: #1C1C1C. Windows color (decimal): -15849966 or 1189390. OLE color: 1189390.
HSL color Cylindrical-coordinate representation of color #0E2612: hue angle of 130º 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 #0E2612 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 38 | 18 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.85 |
| HSL | 130º | 0.46% | 0.1% | - |
| HSV(B) | 130º | 0.63% | 0.15% | - |
| XYZ | 0.98 | 1.52 | 0.81 | - |
| YUV | 28.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 18 | 0.63 | 0 | 0.53 | 0.85 | 130 | 0.46 | 0.1 |
| Hex | E | 26 | 12 | 3F | 0 | 35 | 55 | 82 | 2E | A |
| Octal | 16 | 46 | 22 | 77 | 0 | 65 | 125 | 202 | 56 | 12 |
| Binary | 1110 | 100110 | 10010 | 111111 | 0 | 110101 | 1010101 | 10000010 | 101110 | 1010 |
Color Harmonies of #0E2612
Complementary color
Monochromatic Colors of #0E2612
Black with #0E2612
Text Example
Text Example
White with #0E2612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2612; }
p { color: rgb(14,38,18); }
H1.HeaderClassName
{
color: #0E2612;
}
.AnyTagClassName
{
color: #0E2612;
}
</style>
background-color css
<style>
a { background-color: #0E2612; }
a { background-color: rgb(14,38,18); }
div.DivClassName
{
background-color: #0E2612;
}
.BgClassName
{
background-color: #0E2612;
}
</style>
border-color css
<style>
span { border-color: #0E2612; }
span { border-color: rgb(14,38,18); }
td.TdClassName
{
border-color: #0E2612;
}
.TagClassName
{
border-color: #0E2612;
}
</style>