Shades of Black Bean #0B240C
Tints of Black Bean #0B240C
RGB
CMYK
RGB Variations
Color information
#0B240C (or 0x0B240C) is known color: Black Bean. HEX triplet: 0B, 24 and 0C. RGB value is (11,36,12). Sum of RGB (Red+Green+Blue) = 11+36+12=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #0B240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B240C is #F4DBF3. Grayscale: #191919. Windows color (decimal): -16047092 or 795659. OLE color: 795659.
HSL color Cylindrical-coordinate representation of color #0B240C: hue angle of 122.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B240C is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 36 | 12 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.86 |
| HSL | 122.4º | 0.53% | 0.09% | - |
| HSV(B) | 122.4º | 0.69% | 0.14% | - |
| XYZ | 0.84 | 1.36 | 0.57 | - |
| YUV | 25.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 12 | 0.69 | 0 | 0.67 | 0.86 | 122.4 | 0.53 | 0.09 |
| Hex | B | 24 | C | 45 | 0 | 43 | 56 | 7A | 35 | 9 |
| Octal | 13 | 44 | 14 | 105 | 0 | 103 | 126 | 172 | 65 | 11 |
| Binary | 1011 | 100100 | 1100 | 1000101 | 0 | 1000011 | 1010110 | 1111010 | 110101 | 1001 |
Color Harmonies of #0B240C
Complementary color
Monochromatic Colors of #0B240C
Black with #0B240C
Text Example
Text Example
White with #0B240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B240C; }
p { color: rgb(11,36,12); }
H1.HeaderClassName
{
color: #0B240C;
}
.AnyTagClassName
{
color: #0B240C;
}
</style>
background-color css
<style>
a { background-color: #0B240C; }
a { background-color: rgb(11,36,12); }
div.DivClassName
{
background-color: #0B240C;
}
.BgClassName
{
background-color: #0B240C;
}
</style>
border-color css
<style>
span { border-color: #0B240C; }
span { border-color: rgb(11,36,12); }
td.TdClassName
{
border-color: #0B240C;
}
.TagClassName
{
border-color: #0B240C;
}
</style>