Shades of Black Bean #0D2210
Tints of Black Bean #0D2210
RGB
CMYK
RGB Variations
Color information
#0D2210 (or 0x0D2210) is known color: Black Bean. HEX triplet: 0D, 22 and 10. RGB value is (13,34,16). Sum of RGB (Red+Green+Blue) = 13+34+16=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #0D2210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2210 is #F2DDEF. Grayscale: #191919. Windows color (decimal): -15916528 or 1057293. OLE color: 1057293.
HSL color Cylindrical-coordinate representation of color #0D2210: hue angle of 128.57º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D2210 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 34 | 16 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.87 |
| HSL | 128.57º | 0.45% | 0.09% | - |
| HSV(B) | 128.57º | 0.62% | 0.13% | - |
| XYZ | 0.83 | 1.27 | 0.69 | - |
| YUV | 25.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 16 | 0.62 | 0 | 0.53 | 0.87 | 128.57 | 0.45 | 0.09 |
| Hex | D | 22 | 10 | 3E | 0 | 35 | 57 | 81 | 2D | 9 |
| Octal | 15 | 42 | 20 | 76 | 0 | 65 | 127 | 201 | 55 | 11 |
| Binary | 1101 | 100010 | 10000 | 111110 | 0 | 110101 | 1010111 | 10000001 | 101101 | 1001 |
Color Harmonies of #0D2210
Complementary color
Monochromatic Colors of #0D2210
Black with #0D2210
Text Example
Text Example
White with #0D2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2210; }
p { color: rgb(13,34,16); }
H1.HeaderClassName
{
color: #0D2210;
}
.AnyTagClassName
{
color: #0D2210;
}
</style>
background-color css
<style>
a { background-color: #0D2210; }
a { background-color: rgb(13,34,16); }
div.DivClassName
{
background-color: #0D2210;
}
.BgClassName
{
background-color: #0D2210;
}
</style>
border-color css
<style>
span { border-color: #0D2210; }
span { border-color: rgb(13,34,16); }
td.TdClassName
{
border-color: #0D2210;
}
.TagClassName
{
border-color: #0D2210;
}
</style>