Shades of Black Bean #0E180E
Tints of Black Bean #0E180E
RGB
CMYK
RGB Variations
Color information
#0E180E (or 0x0E180E) is known color: Black Bean. HEX triplet: 0E, 18 and 0E. RGB value is (14,24,14). Sum of RGB (Red+Green+Blue) = 14+24+14=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #0E180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E180E is #F1E7F1. Grayscale: #131313. Windows color (decimal): -15853554 or 923662. OLE color: 923662.
HSL color Cylindrical-coordinate representation of color #0E180E: hue angle of 120º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E180E is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
RGB | 14 | 24 | 14 | - |
CMYK | 0.42 | 0 | 0.42 | 0.91 |
HSL | 120º | 0.26% | 0.07% | - |
HSV(B) | 120º | 0.42% | 0.09% | - |
XYZ | 0.59 | 0.78 | 0.53 | - |
YUV | 19.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 24 | 14 | 0.42 | 0 | 0.42 | 0.91 | 120 | 0.26 | 0.07 |
Hex | E | 18 | E | 2A | 0 | 2A | 5B | 78 | 1A | 7 |
Octal | 16 | 30 | 16 | 52 | 0 | 52 | 133 | 170 | 32 | 7 |
Binary | 1110 | 11000 | 1110 | 101010 | 0 | 101010 | 1011011 | 1111000 | 11010 | 111 |
Color Harmonies of #0E180E
Complementary color
Monochromatic Colors of #0E180E
Black with #0E180E
Text Example
Text Example
White with #0E180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E180E; }
p { color: rgb(14,24,14); }
H1.HeaderClassName
{
color: #0E180E;
}
.AnyTagClassName
{
color: #0E180E;
}
</style>
background-color css
<style>
a { background-color: #0E180E; }
a { background-color: rgb(14,24,14); }
div.DivClassName
{
background-color: #0E180E;
}
.BgClassName
{
background-color: #0E180E;
}
</style>
border-color css
<style>
span { border-color: #0E180E; }
span { border-color: rgb(14,24,14); }
td.TdClassName
{
border-color: #0E180E;
}
.TagClassName
{
border-color: #0E180E;
}
</style>