Shades of Black Bean #0B200C
Tints of Black Bean #0B200C
RGB
CMYK
RGB Variations
Color information
#0B200C (or 0x0B200C) is known color: Black Bean. HEX triplet: 0B, 20 and 0C. RGB value is (11,32,12). Sum of RGB (Red+Green+Blue) = 11+32+12=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #0B200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B200C is #F4DFF3. Grayscale: #171717. Windows color (decimal): -16048116 or 794635. OLE color: 794635.
HSL color Cylindrical-coordinate representation of color #0B200C: hue angle of 122.86º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0B200C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 32 | 12 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.87 |
| HSL | 122.86º | 0.49% | 0.08% | - |
| HSV(B) | 122.86º | 0.66% | 0.13% | - |
| XYZ | 0.72 | 1.13 | 0.53 | - |
| YUV | 23.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 12 | 0.66 | 0 | 0.63 | 0.87 | 122.86 | 0.49 | 0.08 |
| Hex | B | 20 | C | 42 | 0 | 3F | 57 | 7B | 31 | 8 |
| Octal | 13 | 40 | 14 | 102 | 0 | 77 | 127 | 173 | 61 | 10 |
| Binary | 1011 | 100000 | 1100 | 1000010 | 0 | 111111 | 1010111 | 1111011 | 110001 | 1000 |
Color Harmonies of #0B200C
Complementary color
Monochromatic Colors of #0B200C
Black with #0B200C
Text Example
Text Example
White with #0B200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B200C; }
p { color: rgb(11,32,12); }
H1.HeaderClassName
{
color: #0B200C;
}
.AnyTagClassName
{
color: #0B200C;
}
</style>
background-color css
<style>
a { background-color: #0B200C; }
a { background-color: rgb(11,32,12); }
div.DivClassName
{
background-color: #0B200C;
}
.BgClassName
{
background-color: #0B200C;
}
</style>
border-color css
<style>
span { border-color: #0B200C; }
span { border-color: rgb(11,32,12); }
td.TdClassName
{
border-color: #0B200C;
}
.TagClassName
{
border-color: #0B200C;
}
</style>