Shades of Black Bean #0E1E12
Tints of Black Bean #0E1E12
RGB
CMYK
RGB Variations
Color information
#0E1E12 (or 0x0E1E12) is known color: Black Bean. HEX triplet: 0E, 1E and 12. RGB value is (14,30,18). Sum of RGB (Red+Green+Blue) = 14+30+18=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E12 is #F1E1ED. Grayscale: #171717. Windows color (decimal): -15852014 or 1187342. OLE color: 1187342.
HSL color Cylindrical-coordinate representation of color #0E1E12: hue angle of 135º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E1E12 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 30 | 18 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.88 |
| HSL | 135º | 0.36% | 0.09% | - |
| HSV(B) | 135º | 0.53% | 0.12% | - |
| XYZ | 0.75 | 1.07 | 0.74 | - |
| YUV | 23.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 18 | 0.53 | 0 | 0.40 | 0.88 | 135 | 0.36 | 0.09 |
| Hex | E | 1E | 12 | 35 | 0 | 28 | 58 | 87 | 24 | 9 |
| Octal | 16 | 36 | 22 | 65 | 0 | 50 | 130 | 207 | 44 | 11 |
| Binary | 1110 | 11110 | 10010 | 110101 | 0 | 101000 | 1011000 | 10000111 | 100100 | 1001 |
Color Harmonies of #0E1E12
Complementary color
Monochromatic Colors of #0E1E12
Black with #0E1E12
Text Example
Text Example
White with #0E1E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E12; }
p { color: rgb(14,30,18); }
H1.HeaderClassName
{
color: #0E1E12;
}
.AnyTagClassName
{
color: #0E1E12;
}
</style>
background-color css
<style>
a { background-color: #0E1E12; }
a { background-color: rgb(14,30,18); }
div.DivClassName
{
background-color: #0E1E12;
}
.BgClassName
{
background-color: #0E1E12;
}
</style>
border-color css
<style>
span { border-color: #0E1E12; }
span { border-color: rgb(14,30,18); }
td.TdClassName
{
border-color: #0E1E12;
}
.TagClassName
{
border-color: #0E1E12;
}
</style>