Shades of Black Bean #0A210D
Tints of Black Bean #0A210D
RGB
CMYK
RGB Variations
Color information
#0A210D (or 0x0A210D) is known color: Black Bean. HEX triplet: 0A, 21 and 0D. RGB value is (10,33,13). Sum of RGB (Red+Green+Blue) = 10+33+13=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #0A210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A210D is #F5DEF2. Grayscale: #171717. Windows color (decimal): -16113395 or 860426. OLE color: 860426.
HSL color Cylindrical-coordinate representation of color #0A210D: hue angle of 127.83º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A210D is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 33 | 13 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.87 |
| HSL | 127.83º | 0.53% | 0.08% | - |
| HSV(B) | 127.83º | 0.7% | 0.13% | - |
| XYZ | 0.74 | 1.18 | 0.57 | - |
| YUV | 23.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 13 | 0.70 | 0 | 0.61 | 0.87 | 127.83 | 0.53 | 0.08 |
| Hex | A | 21 | D | 46 | 0 | 3D | 57 | 80 | 35 | 8 |
| Octal | 12 | 41 | 15 | 106 | 0 | 75 | 127 | 200 | 65 | 10 |
| Binary | 1010 | 100001 | 1101 | 1000110 | 0 | 111101 | 1010111 | 10000000 | 110101 | 1000 |
Color Harmonies of #0A210D
Complementary color
Monochromatic Colors of #0A210D
Black with #0A210D
Text Example
Text Example
White with #0A210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A210D; }
p { color: rgb(10,33,13); }
H1.HeaderClassName
{
color: #0A210D;
}
.AnyTagClassName
{
color: #0A210D;
}
</style>
background-color css
<style>
a { background-color: #0A210D; }
a { background-color: rgb(10,33,13); }
div.DivClassName
{
background-color: #0A210D;
}
.BgClassName
{
background-color: #0A210D;
}
</style>
border-color css
<style>
span { border-color: #0A210D; }
span { border-color: rgb(10,33,13); }
td.TdClassName
{
border-color: #0A210D;
}
.TagClassName
{
border-color: #0A210D;
}
</style>