Shades of Black Bean #071208
Tints of Black Bean #071208
RGB
CMYK
RGB Variations
Color information
#071208 (or 0x071208) is known color: Black Bean. HEX triplet: 07, 12 and 08. RGB value is (7,18,8). Sum of RGB (Red+Green+Blue) = 7+18+8=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #071208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071208 is #F8EDF7. Grayscale: #0D0D0D. Windows color (decimal): -16313848 or 528903. OLE color: 528903.
HSL color Cylindrical-coordinate representation of color #071208: hue angle of 125.45º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #071208 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.
Color convert
RGB | 7 | 18 | 8 | - |
CMYK | 0.61 | 0 | 0.56 | 0.93 |
HSL | 125.45º | 0.44% | 0.05% | - |
HSV(B) | 125.45º | 0.61% | 0.07% | - |
XYZ | 0.35 | 0.5 | 0.31 | - |
YUV | 13.57 | 124.86 | 123.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 18 | 8 | 0.61 | 0 | 0.56 | 0.93 | 125.45 | 0.44 | 0.05 |
Hex | 7 | 12 | 8 | 3D | 0 | 38 | 5D | 7D | 2C | 5 |
Octal | 7 | 22 | 10 | 75 | 0 | 70 | 135 | 175 | 54 | 5 |
Binary | 111 | 10010 | 1000 | 111101 | 0 | 111000 | 1011101 | 1111101 | 101100 | 101 |
Color Harmonies of #071208
Complementary color
Monochromatic Colors of #071208
Black with #071208
Text Example
Text Example
White with #071208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071208; }
p { color: rgb(7,18,8); }
H1.HeaderClassName
{
color: #071208;
}
.AnyTagClassName
{
color: #071208;
}
</style>
background-color css
<style>
a { background-color: #071208; }
a { background-color: rgb(7,18,8); }
div.DivClassName
{
background-color: #071208;
}
.BgClassName
{
background-color: #071208;
}
</style>
border-color css
<style>
span { border-color: #071208; }
span { border-color: rgb(7,18,8); }
td.TdClassName
{
border-color: #071208;
}
.TagClassName
{
border-color: #071208;
}
</style>