Shades of Black Bean #071308
Tints of Black Bean #071308
RGB
CMYK
RGB Variations
Color information
#071308 (or 0x071308) is known color: Black Bean. HEX triplet: 07, 13 and 08. RGB value is (7,19,8). Sum of RGB (Red+Green+Blue) = 7+19+8=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 19 (7.81% from 255 or 55.88% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 19 - color contains mainly: green. Hex color #071308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071308 is #F8ECF7. Grayscale: #0E0E0E. Windows color (decimal): -16313592 or 529159. OLE color: 529159.
HSL color Cylindrical-coordinate representation of color #071308: hue angle of 125º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071308 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 19 | 8 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.93 |
| HSL | 125º | 0.46% | 0.05% | - |
| HSV(B) | 125º | 0.63% | 0.07% | - |
| XYZ | 0.36 | 0.53 | 0.31 | - |
| YUV | 14.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 8 | 0.63 | 0 | 0.58 | 0.93 | 125 | 0.46 | 0.05 |
| Hex | 7 | 13 | 8 | 3F | 0 | 3A | 5D | 7D | 2E | 5 |
| Octal | 7 | 23 | 10 | 77 | 0 | 72 | 135 | 175 | 56 | 5 |
| Binary | 111 | 10011 | 1000 | 111111 | 0 | 111010 | 1011101 | 1111101 | 101110 | 101 |
Color Harmonies of #071308
Complementary color
Monochromatic Colors of #071308
Black with #071308
Text Example
Text Example
White with #071308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071308; }
p { color: rgb(7,19,8); }
H1.HeaderClassName
{
color: #071308;
}
.AnyTagClassName
{
color: #071308;
}
</style>
background-color css
<style>
a { background-color: #071308; }
a { background-color: rgb(7,19,8); }
div.DivClassName
{
background-color: #071308;
}
.BgClassName
{
background-color: #071308;
}
</style>
border-color css
<style>
span { border-color: #071308; }
span { border-color: rgb(7,19,8); }
td.TdClassName
{
border-color: #071308;
}
.TagClassName
{
border-color: #071308;
}
</style>