Shades of Black Bean #0D210F
Tints of Black Bean #0D210F
RGB
CMYK
RGB Variations
Color information
#0D210F (or 0x0D210F) is known color: Black Bean. HEX triplet: 0D, 21 and 0F. RGB value is (13,33,15). Sum of RGB (Red+Green+Blue) = 13+33+15=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #0D210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D210F is #F2DEF0. Grayscale: #191919. Windows color (decimal): -15916785 or 991501. OLE color: 991501.
HSL color Cylindrical-coordinate representation of color #0D210F: hue angle of 126º 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 #0D210F is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 15 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.87 |
| HSL | 126º | 0.43% | 0.09% | - |
| HSV(B) | 126º | 0.61% | 0.13% | - |
| XYZ | 0.8 | 1.21 | 0.64 | - |
| YUV | 24.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 15 | 0.61 | 0 | 0.55 | 0.87 | 126 | 0.43 | 0.09 |
| Hex | D | 21 | F | 3D | 0 | 37 | 57 | 7E | 2B | 9 |
| Octal | 15 | 41 | 17 | 75 | 0 | 67 | 127 | 176 | 53 | 11 |
| Binary | 1101 | 100001 | 1111 | 111101 | 0 | 110111 | 1010111 | 1111110 | 101011 | 1001 |
Color Harmonies of #0D210F
Complementary color
Monochromatic Colors of #0D210F
Black with #0D210F
Text Example
Text Example
White with #0D210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D210F; }
p { color: rgb(13,33,15); }
H1.HeaderClassName
{
color: #0D210F;
}
.AnyTagClassName
{
color: #0D210F;
}
</style>
background-color css
<style>
a { background-color: #0D210F; }
a { background-color: rgb(13,33,15); }
div.DivClassName
{
background-color: #0D210F;
}
.BgClassName
{
background-color: #0D210F;
}
</style>
border-color css
<style>
span { border-color: #0D210F; }
span { border-color: rgb(13,33,15); }
td.TdClassName
{
border-color: #0D210F;
}
.TagClassName
{
border-color: #0D210F;
}
</style>