Shades of Black Bean #0E200F
Tints of Black Bean #0E200F
RGB
CMYK
RGB Variations
Color information
#0E200F (or 0x0E200F) is known color: Black Bean. HEX triplet: 0E, 20 and 0F. RGB value is (14,32,15). Sum of RGB (Red+Green+Blue) = 14+32+15=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #0E200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E200F is #F1DFF0. Grayscale: #181818. Windows color (decimal): -15851505 or 991246. OLE color: 991246.
HSL color Cylindrical-coordinate representation of color #0E200F: hue angle of 123.33º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E200F is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 32 | 15 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.87 |
| HSL | 123.33º | 0.39% | 0.09% | - |
| HSV(B) | 123.33º | 0.56% | 0.13% | - |
| XYZ | 0.78 | 1.16 | 0.63 | - |
| YUV | 24.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 15 | 0.56 | 0 | 0.53 | 0.87 | 123.33 | 0.39 | 0.09 |
| Hex | E | 20 | F | 38 | 0 | 35 | 57 | 7B | 27 | 9 |
| Octal | 16 | 40 | 17 | 70 | 0 | 65 | 127 | 173 | 47 | 11 |
| Binary | 1110 | 100000 | 1111 | 111000 | 0 | 110101 | 1010111 | 1111011 | 100111 | 1001 |
Color Harmonies of #0E200F
Complementary color
Monochromatic Colors of #0E200F
Black with #0E200F
Text Example
Text Example
White with #0E200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E200F; }
p { color: rgb(14,32,15); }
H1.HeaderClassName
{
color: #0E200F;
}
.AnyTagClassName
{
color: #0E200F;
}
</style>
background-color css
<style>
a { background-color: #0E200F; }
a { background-color: rgb(14,32,15); }
div.DivClassName
{
background-color: #0E200F;
}
.BgClassName
{
background-color: #0E200F;
}
</style>
border-color css
<style>
span { border-color: #0E200F; }
span { border-color: rgb(14,32,15); }
td.TdClassName
{
border-color: #0E200F;
}
.TagClassName
{
border-color: #0E200F;
}
</style>