Shades of Black Bean #07200D
Tints of Black Bean #07200D
RGB
CMYK
RGB Variations
Color information
#07200D (or 0x07200D) is known color: Black Bean. HEX triplet: 07, 20 and 0D. RGB value is (7,32,13). Sum of RGB (Red+Green+Blue) = 7+32+13=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #07200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07200D is #F8DFF2. Grayscale: #161616. Windows color (decimal): -16310259 or 860167. OLE color: 860167.
HSL color Cylindrical-coordinate representation of color #07200D: hue angle of 134.4º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #07200D is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 32 | 13 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.87 |
| HSL | 134.4º | 0.64% | 0.08% | - |
| HSV(B) | 134.4º | 0.78% | 0.13% | - |
| XYZ | 0.68 | 1.11 | 0.56 | - |
| YUV | 22.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 13 | 0.78 | 0 | 0.59 | 0.87 | 134.4 | 0.64 | 0.08 |
| Hex | 7 | 20 | D | 4E | 0 | 3B | 57 | 86 | 40 | 8 |
| Octal | 7 | 40 | 15 | 116 | 0 | 73 | 127 | 206 | 100 | 10 |
| Binary | 111 | 100000 | 1101 | 1001110 | 0 | 111011 | 1010111 | 10000110 | 1000000 | 1000 |
Color Harmonies of #07200D
Complementary color
Monochromatic Colors of #07200D
Black with #07200D
Text Example
Text Example
White with #07200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07200D; }
p { color: rgb(7,32,13); }
H1.HeaderClassName
{
color: #07200D;
}
.AnyTagClassName
{
color: #07200D;
}
</style>
background-color css
<style>
a { background-color: #07200D; }
a { background-color: rgb(7,32,13); }
div.DivClassName
{
background-color: #07200D;
}
.BgClassName
{
background-color: #07200D;
}
</style>
border-color css
<style>
span { border-color: #07200D; }
span { border-color: rgb(7,32,13); }
td.TdClassName
{
border-color: #07200D;
}
.TagClassName
{
border-color: #07200D;
}
</style>