Shades of Black Bean #0D210D
Tints of Black Bean #0D210D
RGB
CMYK
RGB Variations
Color information
#0D210D (or 0x0D210D) is known color: Black Bean. HEX triplet: 0D, 21 and 0D. RGB value is (13,33,13). Sum of RGB (Red+Green+Blue) = 13+33+13=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #0D210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D210D is #F2DEF2. Grayscale: #181818. Windows color (decimal): -15916787 or 860429. OLE color: 860429.
HSL color Cylindrical-coordinate representation of color #0D210D: hue angle of 120º 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 #0D210D is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 13 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.87 |
| HSL | 120º | 0.43% | 0.09% | - |
| HSV(B) | 120º | 0.61% | 0.13% | - |
| XYZ | 0.78 | 1.2 | 0.57 | - |
| YUV | 24.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 13 | 0.61 | 0 | 0.61 | 0.87 | 120 | 0.43 | 0.09 |
| Hex | D | 21 | D | 3D | 0 | 3D | 57 | 78 | 2B | 9 |
| Octal | 15 | 41 | 15 | 75 | 0 | 75 | 127 | 170 | 53 | 11 |
| Binary | 1101 | 100001 | 1101 | 111101 | 0 | 111101 | 1010111 | 1111000 | 101011 | 1001 |
Color Harmonies of #0D210D
Complementary color
Monochromatic Colors of #0D210D
Black with #0D210D
Text Example
Text Example
White with #0D210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D210D; }
p { color: rgb(13,33,13); }
H1.HeaderClassName
{
color: #0D210D;
}
.AnyTagClassName
{
color: #0D210D;
}
</style>
background-color css
<style>
a { background-color: #0D210D; }
a { background-color: rgb(13,33,13); }
div.DivClassName
{
background-color: #0D210D;
}
.BgClassName
{
background-color: #0D210D;
}
</style>
border-color css
<style>
span { border-color: #0D210D; }
span { border-color: rgb(13,33,13); }
td.TdClassName
{
border-color: #0D210D;
}
.TagClassName
{
border-color: #0D210D;
}
</style>