Shades of Black Bean #07200C
Tints of Black Bean #07200C
RGB
CMYK
RGB Variations
Color information
#07200C (or 0x07200C) is known color: Black Bean. HEX triplet: 07, 20 and 0C. RGB value is (7,32,12). Sum of RGB (Red+Green+Blue) = 7+32+12=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #07200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07200C is #F8DFF3. Grayscale: #161616. Windows color (decimal): -16310260 or 794631. OLE color: 794631.
HSL color Cylindrical-coordinate representation of color #07200C: hue angle of 132º 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 #07200C is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 32 | 12 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.87 |
| HSL | 132º | 0.64% | 0.08% | - |
| HSV(B) | 132º | 0.78% | 0.13% | - |
| XYZ | 0.67 | 1.1 | 0.53 | - |
| YUV | 22.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 12 | 0.78 | 0 | 0.63 | 0.87 | 132 | 0.64 | 0.08 |
| Hex | 7 | 20 | C | 4E | 0 | 3F | 57 | 84 | 40 | 8 |
| Octal | 7 | 40 | 14 | 116 | 0 | 77 | 127 | 204 | 100 | 10 |
| Binary | 111 | 100000 | 1100 | 1001110 | 0 | 111111 | 1010111 | 10000100 | 1000000 | 1000 |
Color Harmonies of #07200C
Complementary color
Monochromatic Colors of #07200C
Black with #07200C
Text Example
Text Example
White with #07200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07200C; }
p { color: rgb(7,32,12); }
H1.HeaderClassName
{
color: #07200C;
}
.AnyTagClassName
{
color: #07200C;
}
</style>
background-color css
<style>
a { background-color: #07200C; }
a { background-color: rgb(7,32,12); }
div.DivClassName
{
background-color: #07200C;
}
.BgClassName
{
background-color: #07200C;
}
</style>
border-color css
<style>
span { border-color: #07200C; }
span { border-color: rgb(7,32,12); }
td.TdClassName
{
border-color: #07200C;
}
.TagClassName
{
border-color: #07200C;
}
</style>