Shades of Black Bean #051007
Tints of Black Bean #051007
RGB
CMYK
RGB Variations
Color information
#051007 (or 0x051007) is known color: Black Bean. HEX triplet: 05, 10 and 07. RGB value is (5,16,7). Sum of RGB (Red+Green+Blue) = 5+16+7=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #051007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051007 is #FAEFF8. Grayscale: #0B0B0B. Windows color (decimal): -16445433 or 462853. OLE color: 462853.
HSL color Cylindrical-coordinate representation of color #051007: hue angle of 130.91º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #051007 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 16 | 7 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.94 |
| HSL | 130.91º | 0.52% | 0.04% | - |
| HSV(B) | 130.91º | 0.69% | 0.06% | - |
| XYZ | 0.29 | 0.42 | 0.27 | - |
| YUV | 11.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 7 | 0.69 | 0 | 0.56 | 0.94 | 130.91 | 0.52 | 0.04 |
| Hex | 5 | 10 | 7 | 45 | 0 | 38 | 5E | 83 | 34 | 4 |
| Octal | 5 | 20 | 7 | 105 | 0 | 70 | 136 | 203 | 64 | 4 |
| Binary | 101 | 10000 | 111 | 1000101 | 0 | 111000 | 1011110 | 10000011 | 110100 | 100 |
Color Harmonies of #051007
Complementary color
Monochromatic Colors of #051007
Black with #051007
Text Example
Text Example
White with #051007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051007; }
p { color: rgb(5,16,7); }
H1.HeaderClassName
{
color: #051007;
}
.AnyTagClassName
{
color: #051007;
}
</style>
background-color css
<style>
a { background-color: #051007; }
a { background-color: rgb(5,16,7); }
div.DivClassName
{
background-color: #051007;
}
.BgClassName
{
background-color: #051007;
}
</style>
border-color css
<style>
span { border-color: #051007; }
span { border-color: rgb(5,16,7); }
td.TdClassName
{
border-color: #051007;
}
.TagClassName
{
border-color: #051007;
}
</style>