Shades of Black Bean #0D2111
Tints of Black Bean #0D2111
RGB
CMYK
RGB Variations
Color information
#0D2111 (or 0x0D2111) is known color: Black Bean. HEX triplet: 0D, 21 and 11. RGB value is (13,33,17). Sum of RGB (Red+Green+Blue) = 13+33+17=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2111 is #F2DEEE. Grayscale: #191919. Windows color (decimal): -15916783 or 1122573. OLE color: 1122573.
HSL color Cylindrical-coordinate representation of color #0D2111: hue angle of 132º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0D2111 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 17 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.87 |
| HSL | 132º | 0.43% | 0.09% | - |
| HSV(B) | 132º | 0.61% | 0.13% | - |
| XYZ | 0.81 | 1.21 | 0.72 | - |
| YUV | 25.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 17 | 0.61 | 0 | 0.48 | 0.87 | 132 | 0.43 | 0.09 |
| Hex | D | 21 | 11 | 3D | 0 | 30 | 57 | 84 | 2B | 9 |
| Octal | 15 | 41 | 21 | 75 | 0 | 60 | 127 | 204 | 53 | 11 |
| Binary | 1101 | 100001 | 10001 | 111101 | 0 | 110000 | 1010111 | 10000100 | 101011 | 1001 |
Color Harmonies of #0D2111
Complementary color
Monochromatic Colors of #0D2111
Black with #0D2111
Text Example
Text Example
White with #0D2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2111; }
p { color: rgb(13,33,17); }
H1.HeaderClassName
{
color: #0D2111;
}
.AnyTagClassName
{
color: #0D2111;
}
</style>
background-color css
<style>
a { background-color: #0D2111; }
a { background-color: rgb(13,33,17); }
div.DivClassName
{
background-color: #0D2111;
}
.BgClassName
{
background-color: #0D2111;
}
</style>
border-color css
<style>
span { border-color: #0D2111; }
span { border-color: rgb(13,33,17); }
td.TdClassName
{
border-color: #0D2111;
}
.TagClassName
{
border-color: #0D2111;
}
</style>