Shades of Black Bean #0E2312
Tints of Black Bean #0E2312
RGB
CMYK
RGB Variations
Color information
#0E2312 (or 0x0E2312) is known color: Black Bean. HEX triplet: 0E, 23 and 12. RGB value is (14,35,18). Sum of RGB (Red+Green+Blue) = 14+35+18=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #0E2312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2312 is #F1DCED. Grayscale: #1A1A1A. Windows color (decimal): -15850734 or 1188622. OLE color: 1188622.
HSL color Cylindrical-coordinate representation of color #0E2312: hue angle of 131.43º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0E2312 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 35 | 18 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.86 |
| HSL | 131.43º | 0.43% | 0.1% | - |
| HSV(B) | 131.43º | 0.6% | 0.14% | - |
| XYZ | 0.89 | 1.34 | 0.78 | - |
| YUV | 26.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 35 | 18 | 0.60 | 0 | 0.49 | 0.86 | 131.43 | 0.43 | 0.1 |
| Hex | E | 23 | 12 | 3C | 0 | 31 | 56 | 83 | 2B | A |
| Octal | 16 | 43 | 22 | 74 | 0 | 61 | 126 | 203 | 53 | 12 |
| Binary | 1110 | 100011 | 10010 | 111100 | 0 | 110001 | 1010110 | 10000011 | 101011 | 1010 |
Color Harmonies of #0E2312
Complementary color
Monochromatic Colors of #0E2312
Black with #0E2312
Text Example
Text Example
White with #0E2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2312; }
p { color: rgb(14,35,18); }
H1.HeaderClassName
{
color: #0E2312;
}
.AnyTagClassName
{
color: #0E2312;
}
</style>
background-color css
<style>
a { background-color: #0E2312; }
a { background-color: rgb(14,35,18); }
div.DivClassName
{
background-color: #0E2312;
}
.BgClassName
{
background-color: #0E2312;
}
</style>
border-color css
<style>
span { border-color: #0E2312; }
span { border-color: rgb(14,35,18); }
td.TdClassName
{
border-color: #0E2312;
}
.TagClassName
{
border-color: #0E2312;
}
</style>