Shades of Black Bean #072008
Tints of Black Bean #072008
RGB
CMYK
RGB Variations
Color information
#072008 (or 0x072008) is known color: Black Bean. HEX triplet: 07, 20 and 08. RGB value is (7,32,8). Sum of RGB (Red+Green+Blue) = 7+32+8=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 32 (12.89% from 255 or 68.09% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 32 - color contains mainly: green. Hex color #072008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072008 is #F8DFF7. Grayscale: #151515. Windows color (decimal): -16310264 or 532487. OLE color: 532487.
HSL color Cylindrical-coordinate representation of color #072008: hue angle of 122.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 #072008 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 32 | 8 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.87 |
| HSL | 122.4º | 0.64% | 0.08% | - |
| HSV(B) | 122.4º | 0.78% | 0.13% | - |
| XYZ | 0.65 | 1.1 | 0.41 | - |
| YUV | 21.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 8 | 0.78 | 0 | 0.75 | 0.87 | 122.4 | 0.64 | 0.08 |
| Hex | 7 | 20 | 8 | 4E | 0 | 4B | 57 | 7A | 40 | 8 |
| Octal | 7 | 40 | 10 | 116 | 0 | 113 | 127 | 172 | 100 | 10 |
| Binary | 111 | 100000 | 1000 | 1001110 | 0 | 1001011 | 1010111 | 1111010 | 1000000 | 1000 |
Color Harmonies of #072008
Complementary color
Monochromatic Colors of #072008
Black with #072008
Text Example
Text Example
White with #072008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072008; }
p { color: rgb(7,32,8); }
H1.HeaderClassName
{
color: #072008;
}
.AnyTagClassName
{
color: #072008;
}
</style>
background-color css
<style>
a { background-color: #072008; }
a { background-color: rgb(7,32,8); }
div.DivClassName
{
background-color: #072008;
}
.BgClassName
{
background-color: #072008;
}
</style>
border-color css
<style>
span { border-color: #072008; }
span { border-color: rgb(7,32,8); }
td.TdClassName
{
border-color: #072008;
}
.TagClassName
{
border-color: #072008;
}
</style>