Shades of Black Bean #071008
Tints of Black Bean #071008
RGB
CMYK
RGB Variations
Color information
#071008 (or 0x071008) is known color: Black Bean. HEX triplet: 07, 10 and 08. RGB value is (7,16,8). Sum of RGB (Red+Green+Blue) = 7+16+8=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #071008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071008 is #F8EFF7. Grayscale: #0C0C0C. Windows color (decimal): -16314360 or 528391. OLE color: 528391.
HSL color Cylindrical-coordinate representation of color #071008: hue angle of 126.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #071008 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 16 | 8 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.94 |
| HSL | 126.67º | 0.39% | 0.05% | - |
| HSV(B) | 126.67º | 0.56% | 0.06% | - |
| XYZ | 0.32 | 0.43 | 0.3 | - |
| YUV | 12.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 8 | 0.56 | 0 | 0.50 | 0.94 | 126.67 | 0.39 | 0.05 |
| Hex | 7 | 10 | 8 | 38 | 0 | 32 | 5E | 7F | 27 | 5 |
| Octal | 7 | 20 | 10 | 70 | 0 | 62 | 136 | 177 | 47 | 5 |
| Binary | 111 | 10000 | 1000 | 111000 | 0 | 110010 | 1011110 | 1111111 | 100111 | 101 |
Color Harmonies of #071008
Complementary color
Monochromatic Colors of #071008
Black with #071008
Text Example
Text Example
White with #071008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071008; }
p { color: rgb(7,16,8); }
H1.HeaderClassName
{
color: #071008;
}
.AnyTagClassName
{
color: #071008;
}
</style>
background-color css
<style>
a { background-color: #071008; }
a { background-color: rgb(7,16,8); }
div.DivClassName
{
background-color: #071008;
}
.BgClassName
{
background-color: #071008;
}
</style>
border-color css
<style>
span { border-color: #071008; }
span { border-color: rgb(7,16,8); }
td.TdClassName
{
border-color: #071008;
}
.TagClassName
{
border-color: #071008;
}
</style>