Shades of Black Bean #0E2813
Tints of Black Bean #0E2813
RGB
CMYK
RGB Variations
Color information
#0E2813 (or 0x0E2813) is known color: Black Bean. HEX triplet: 0E, 28 and 13. RGB value is (14,40,19). Sum of RGB (Red+Green+Blue) = 14+40+19=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2813 is #F1D7EC. Grayscale: #1D1D1D. Windows color (decimal): -15849453 or 1255438. OLE color: 1255438.
HSL color Cylindrical-coordinate representation of color #0E2813: hue angle of 131.54º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2813 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 40 | 19 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.84 |
| HSL | 131.54º | 0.48% | 0.11% | - |
| HSV(B) | 131.54º | 0.65% | 0.16% | - |
| XYZ | 1.06 | 1.66 | 0.88 | - |
| YUV | 29.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 19 | 0.65 | 0 | 0.52 | 0.84 | 131.54 | 0.48 | 0.11 |
| Hex | E | 28 | 13 | 41 | 0 | 34 | 54 | 84 | 30 | B |
| Octal | 16 | 50 | 23 | 101 | 0 | 64 | 124 | 204 | 60 | 13 |
| Binary | 1110 | 101000 | 10011 | 1000001 | 0 | 110100 | 1010100 | 10000100 | 110000 | 1011 |
Color Harmonies of #0E2813
Complementary color
Monochromatic Colors of #0E2813
Black with #0E2813
Text Example
Text Example
White with #0E2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2813; }
p { color: rgb(14,40,19); }
H1.HeaderClassName
{
color: #0E2813;
}
.AnyTagClassName
{
color: #0E2813;
}
</style>
background-color css
<style>
a { background-color: #0E2813; }
a { background-color: rgb(14,40,19); }
div.DivClassName
{
background-color: #0E2813;
}
.BgClassName
{
background-color: #0E2813;
}
</style>
border-color css
<style>
span { border-color: #0E2813; }
span { border-color: rgb(14,40,19); }
td.TdClassName
{
border-color: #0E2813;
}
.TagClassName
{
border-color: #0E2813;
}
</style>