Shades of Black Bean #0E130E
Tints of Black Bean #0E130E
RGB
CMYK
RGB Variations
Color information
#0E130E (or 0x0E130E) is known color: Black Bean. HEX triplet: 0E, 13 and 0E. RGB value is (14,19,14). Sum of RGB (Red+Green+Blue) = 14+19+14=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #0E130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E130E is #F1ECF1. Grayscale: #101010. Windows color (decimal): -15854834 or 922382. OLE color: 922382.
HSL color Cylindrical-coordinate representation of color #0E130E: hue angle of 120º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #0E130E is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 19 | 14 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.93 |
| HSL | 120º | 0.15% | 0.06% | - |
| HSV(B) | 120º | 0.26% | 0.07% | - |
| XYZ | 0.49 | 0.59 | 0.5 | - |
| YUV | 16.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 14 | 0.26 | 0 | 0.26 | 0.93 | 120 | 0.15 | 0.06 |
| Hex | E | 13 | E | 1A | 0 | 1A | 5D | 78 | F | 6 |
| Octal | 16 | 23 | 16 | 32 | 0 | 32 | 135 | 170 | 17 | 6 |
| Binary | 1110 | 10011 | 1110 | 11010 | 0 | 11010 | 1011101 | 1111000 | 1111 | 110 |
Color Harmonies of #0E130E
Complementary color
Monochromatic Colors of #0E130E
Black with #0E130E
Text Example
Text Example
White with #0E130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E130E; }
p { color: rgb(14,19,14); }
H1.HeaderClassName
{
color: #0E130E;
}
.AnyTagClassName
{
color: #0E130E;
}
</style>
background-color css
<style>
a { background-color: #0E130E; }
a { background-color: rgb(14,19,14); }
div.DivClassName
{
background-color: #0E130E;
}
.BgClassName
{
background-color: #0E130E;
}
</style>
border-color css
<style>
span { border-color: #0E130E; }
span { border-color: rgb(14,19,14); }
td.TdClassName
{
border-color: #0E130E;
}
.TagClassName
{
border-color: #0E130E;
}
</style>