Shades of Black Bean #0A240B
Tints of Black Bean #0A240B
RGB
CMYK
RGB Variations
Color information
#0A240B (or 0x0A240B) is known color: Black Bean. HEX triplet: 0A, 24 and 0B. RGB value is (10,36,11). Sum of RGB (Red+Green+Blue) = 10+36+11=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #0A240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A240B is #F5DBF4. Grayscale: #191919. Windows color (decimal): -16112629 or 730122. OLE color: 730122.
HSL color Cylindrical-coordinate representation of color #0A240B: hue angle of 122.31º 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 #0A240B is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 11 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.86 |
| HSL | 122.31º | 0.57% | 0.09% | - |
| HSV(B) | 122.31º | 0.72% | 0.14% | - |
| XYZ | 0.82 | 1.35 | 0.53 | - |
| YUV | 25.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 11 | 0.72 | 0 | 0.69 | 0.86 | 122.31 | 0.57 | 0.09 |
| Hex | A | 24 | B | 48 | 0 | 45 | 56 | 7A | 39 | 9 |
| Octal | 12 | 44 | 13 | 110 | 0 | 105 | 126 | 172 | 71 | 11 |
| Binary | 1010 | 100100 | 1011 | 1001000 | 0 | 1000101 | 1010110 | 1111010 | 111001 | 1001 |
Color Harmonies of #0A240B
Complementary color
Monochromatic Colors of #0A240B
Black with #0A240B
Text Example
Text Example
White with #0A240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A240B; }
p { color: rgb(10,36,11); }
H1.HeaderClassName
{
color: #0A240B;
}
.AnyTagClassName
{
color: #0A240B;
}
</style>
background-color css
<style>
a { background-color: #0A240B; }
a { background-color: rgb(10,36,11); }
div.DivClassName
{
background-color: #0A240B;
}
.BgClassName
{
background-color: #0A240B;
}
</style>
border-color css
<style>
span { border-color: #0A240B; }
span { border-color: rgb(10,36,11); }
td.TdClassName
{
border-color: #0A240B;
}
.TagClassName
{
border-color: #0A240B;
}
</style>