Shades of Black Bean #0E1E0F
Tints of Black Bean #0E1E0F
RGB
CMYK
RGB Variations
Color information
#0E1E0F (or 0x0E1E0F) is known color: Black Bean. HEX triplet: 0E, 1E and 0F. RGB value is (14,30,15). Sum of RGB (Red+Green+Blue) = 14+30+15=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E0F is #F1E1F0. Grayscale: #171717. Windows color (decimal): -15852017 or 990734. OLE color: 990734.
HSL color Cylindrical-coordinate representation of color #0E1E0F: hue angle of 123.75º 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 #0E1E0F is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 30 | 15 | - |
| CMYK | 0.53 | 0 | 0.5 | 0.88 |
| HSL | 123.75º | 0.36% | 0.09% | - |
| HSV(B) | 123.75º | 0.53% | 0.12% | - |
| XYZ | 0.73 | 1.06 | 0.62 | - |
| YUV | 23.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 15 | 0.53 | 0 | 0.5 | 0.88 | 123.75 | 0.36 | 0.09 |
| Hex | E | 1E | F | 35 | 0 | 32 | 58 | 7C | 24 | 9 |
| Octal | 16 | 36 | 17 | 65 | 0 | 62 | 130 | 174 | 44 | 11 |
| Binary | 1110 | 11110 | 1111 | 110101 | 0 | 110010 | 1011000 | 1111100 | 100100 | 1001 |
Color Harmonies of #0E1E0F
Complementary color
Monochromatic Colors of #0E1E0F
Black with #0E1E0F
Text Example
Text Example
White with #0E1E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E0F; }
p { color: rgb(14,30,15); }
H1.HeaderClassName
{
color: #0E1E0F;
}
.AnyTagClassName
{
color: #0E1E0F;
}
</style>
background-color css
<style>
a { background-color: #0E1E0F; }
a { background-color: rgb(14,30,15); }
div.DivClassName
{
background-color: #0E1E0F;
}
.BgClassName
{
background-color: #0E1E0F;
}
</style>
border-color css
<style>
span { border-color: #0E1E0F; }
span { border-color: rgb(14,30,15); }
td.TdClassName
{
border-color: #0E1E0F;
}
.TagClassName
{
border-color: #0E1E0F;
}
</style>