Shades of Black Bean #0B120C
Tints of Black Bean #0B120C
RGB
CMYK
RGB Variations
Color information
#0B120C (or 0x0B120C) is known color: Black Bean. HEX triplet: 0B, 12 and 0C. RGB value is (11,18,12). Sum of RGB (Red+Green+Blue) = 11+18+12=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #0B120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B120C is #F4EDF3. Grayscale: #0F0F0F. Windows color (decimal): -16051700 or 791051. OLE color: 791051.
HSL color Cylindrical-coordinate representation of color #0B120C: hue angle of 128.57º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0B120C is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
RGB | 11 | 18 | 12 | - |
CMYK | 0.39 | 0 | 0.33 | 0.93 |
HSL | 128.57º | 0.24% | 0.06% | - |
HSV(B) | 128.57º | 0.39% | 0.07% | - |
XYZ | 0.42 | 0.53 | 0.43 | - |
YUV | 15.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 18 | 12 | 0.39 | 0 | 0.33 | 0.93 | 128.57 | 0.24 | 0.06 |
Hex | B | 12 | C | 27 | 0 | 21 | 5D | 81 | 18 | 6 |
Octal | 13 | 22 | 14 | 47 | 0 | 41 | 135 | 201 | 30 | 6 |
Binary | 1011 | 10010 | 1100 | 100111 | 0 | 100001 | 1011101 | 10000001 | 11000 | 110 |
Color Harmonies of #0B120C
Complementary color
Monochromatic Colors of #0B120C
Black with #0B120C
Text Example
Text Example
White with #0B120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B120C; }
p { color: rgb(11,18,12); }
H1.HeaderClassName
{
color: #0B120C;
}
.AnyTagClassName
{
color: #0B120C;
}
</style>
background-color css
<style>
a { background-color: #0B120C; }
a { background-color: rgb(11,18,12); }
div.DivClassName
{
background-color: #0B120C;
}
.BgClassName
{
background-color: #0B120C;
}
</style>
border-color css
<style>
span { border-color: #0B120C; }
span { border-color: rgb(11,18,12); }
td.TdClassName
{
border-color: #0B120C;
}
.TagClassName
{
border-color: #0B120C;
}
</style>