Shades of Black Bean #0D2011
Tints of Black Bean #0D2011
RGB
CMYK
RGB Variations
Color information
#0D2011 (or 0x0D2011) is known color: Black Bean. HEX triplet: 0D, 20 and 11. RGB value is (13,32,17). Sum of RGB (Red+Green+Blue) = 13+32+17=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #0D2011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2011 is #F2DFEE. Grayscale: #181818. Windows color (decimal): -15917039 or 1122317. OLE color: 1122317.
HSL color Cylindrical-coordinate representation of color #0D2011: hue angle of 132.63º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0D2011 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 32 | 17 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.87 |
| HSL | 132.63º | 0.42% | 0.09% | - |
| HSV(B) | 132.63º | 0.59% | 0.13% | - |
| XYZ | 0.78 | 1.16 | 0.71 | - |
| YUV | 24.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 17 | 0.59 | 0 | 0.47 | 0.87 | 132.63 | 0.42 | 0.09 |
| Hex | D | 20 | 11 | 3B | 0 | 2F | 57 | 85 | 2A | 9 |
| Octal | 15 | 40 | 21 | 73 | 0 | 57 | 127 | 205 | 52 | 11 |
| Binary | 1101 | 100000 | 10001 | 111011 | 0 | 101111 | 1010111 | 10000101 | 101010 | 1001 |
Color Harmonies of #0D2011
Complementary color
Monochromatic Colors of #0D2011
Black with #0D2011
Text Example
Text Example
White with #0D2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2011; }
p { color: rgb(13,32,17); }
H1.HeaderClassName
{
color: #0D2011;
}
.AnyTagClassName
{
color: #0D2011;
}
</style>
background-color css
<style>
a { background-color: #0D2011; }
a { background-color: rgb(13,32,17); }
div.DivClassName
{
background-color: #0D2011;
}
.BgClassName
{
background-color: #0D2011;
}
</style>
border-color css
<style>
span { border-color: #0D2011; }
span { border-color: rgb(13,32,17); }
td.TdClassName
{
border-color: #0D2011;
}
.TagClassName
{
border-color: #0D2011;
}
</style>