Shades of Black Bean #07210C
Tints of Black Bean #07210C
RGB
CMYK
RGB Variations
Color information
#07210C (or 0x07210C) is known color: Black Bean. HEX triplet: 07, 21 and 0C. RGB value is (7,33,12). Sum of RGB (Red+Green+Blue) = 7+33+12=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #07210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07210C is #F8DEF3. Grayscale: #161616. Windows color (decimal): -16310004 or 794887. OLE color: 794887.
HSL color Cylindrical-coordinate representation of color #07210C: hue angle of 131.54º 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 #07210C is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 33 | 12 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.87 |
| HSL | 131.54º | 0.65% | 0.08% | - |
| HSV(B) | 131.54º | 0.79% | 0.13% | - |
| XYZ | 0.7 | 1.16 | 0.53 | - |
| YUV | 22.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 12 | 0.79 | 0 | 0.64 | 0.87 | 131.54 | 0.65 | 0.08 |
| Hex | 7 | 21 | C | 4F | 0 | 40 | 57 | 84 | 41 | 8 |
| Octal | 7 | 41 | 14 | 117 | 0 | 100 | 127 | 204 | 101 | 10 |
| Binary | 111 | 100001 | 1100 | 1001111 | 0 | 1000000 | 1010111 | 10000100 | 1000001 | 1000 |
Color Harmonies of #07210C
Complementary color
Monochromatic Colors of #07210C
Black with #07210C
Text Example
Text Example
White with #07210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07210C; }
p { color: rgb(7,33,12); }
H1.HeaderClassName
{
color: #07210C;
}
.AnyTagClassName
{
color: #07210C;
}
</style>
background-color css
<style>
a { background-color: #07210C; }
a { background-color: rgb(7,33,12); }
div.DivClassName
{
background-color: #07210C;
}
.BgClassName
{
background-color: #07210C;
}
</style>
border-color css
<style>
span { border-color: #07210C; }
span { border-color: rgb(7,33,12); }
td.TdClassName
{
border-color: #07210C;
}
.TagClassName
{
border-color: #07210C;
}
</style>