Shades of Black Bean #07210A
Tints of Black Bean #07210A
RGB
CMYK
RGB Variations
Color information
#07210A (or 0x07210A) is known color: Black Bean. HEX triplet: 07, 21 and 0A. RGB value is (7,33,10). Sum of RGB (Red+Green+Blue) = 7+33+10=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #07210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07210A is #F8DEF5. Grayscale: #161616. Windows color (decimal): -16310006 or 663815. OLE color: 663815.
HSL color Cylindrical-coordinate representation of color #07210A: hue angle of 126.92º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #07210A is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 33 | 10 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.87 |
| HSL | 126.92º | 0.65% | 0.08% | - |
| HSV(B) | 126.92º | 0.79% | 0.13% | - |
| XYZ | 0.69 | 1.15 | 0.47 | - |
| YUV | 22.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 10 | 0.79 | 0 | 0.70 | 0.87 | 126.92 | 0.65 | 0.08 |
| Hex | 7 | 21 | A | 4F | 0 | 46 | 57 | 7F | 41 | 8 |
| Octal | 7 | 41 | 12 | 117 | 0 | 106 | 127 | 177 | 101 | 10 |
| Binary | 111 | 100001 | 1010 | 1001111 | 0 | 1000110 | 1010111 | 1111111 | 1000001 | 1000 |
Color Harmonies of #07210A
Complementary color
Monochromatic Colors of #07210A
Black with #07210A
Text Example
Text Example
White with #07210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07210A; }
p { color: rgb(7,33,10); }
H1.HeaderClassName
{
color: #07210A;
}
.AnyTagClassName
{
color: #07210A;
}
</style>
background-color css
<style>
a { background-color: #07210A; }
a { background-color: rgb(7,33,10); }
div.DivClassName
{
background-color: #07210A;
}
.BgClassName
{
background-color: #07210A;
}
</style>
border-color css
<style>
span { border-color: #07210A; }
span { border-color: rgb(7,33,10); }
td.TdClassName
{
border-color: #07210A;
}
.TagClassName
{
border-color: #07210A;
}
</style>