Shades of Black Bean #0A240E
Tints of Black Bean #0A240E
RGB
CMYK
RGB Variations
Color information
#0A240E (or 0x0A240E) is known color: Black Bean. HEX triplet: 0A, 24 and 0E. RGB value is (10,36,14). Sum of RGB (Red+Green+Blue) = 10+36+14=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #0A240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A240E is #F5DBF1. Grayscale: #191919. Windows color (decimal): -16112626 or 926730. OLE color: 926730.
HSL color Cylindrical-coordinate representation of color #0A240E: hue angle of 129.23º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A240E is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 14 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.86 |
| HSL | 129.23º | 0.57% | 0.09% | - |
| HSV(B) | 129.23º | 0.72% | 0.14% | - |
| XYZ | 0.84 | 1.36 | 0.63 | - |
| YUV | 25.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 14 | 0.72 | 0 | 0.61 | 0.86 | 129.23 | 0.57 | 0.09 |
| Hex | A | 24 | E | 48 | 0 | 3D | 56 | 81 | 39 | 9 |
| Octal | 12 | 44 | 16 | 110 | 0 | 75 | 126 | 201 | 71 | 11 |
| Binary | 1010 | 100100 | 1110 | 1001000 | 0 | 111101 | 1010110 | 10000001 | 111001 | 1001 |
Color Harmonies of #0A240E
Complementary color
Monochromatic Colors of #0A240E
Black with #0A240E
Text Example
Text Example
White with #0A240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A240E; }
p { color: rgb(10,36,14); }
H1.HeaderClassName
{
color: #0A240E;
}
.AnyTagClassName
{
color: #0A240E;
}
</style>
background-color css
<style>
a { background-color: #0A240E; }
a { background-color: rgb(10,36,14); }
div.DivClassName
{
background-color: #0A240E;
}
.BgClassName
{
background-color: #0A240E;
}
</style>
border-color css
<style>
span { border-color: #0A240E; }
span { border-color: rgb(10,36,14); }
td.TdClassName
{
border-color: #0A240E;
}
.TagClassName
{
border-color: #0A240E;
}
</style>