Shades of Black Bean #051107
Tints of Black Bean #051107
RGB
CMYK
RGB Variations
Color information
#051107 (or 0x051107) is known color: Black Bean. HEX triplet: 05, 11 and 07. RGB value is (5,17,7). Sum of RGB (Red+Green+Blue) = 5+17+7=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #051107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051107 is #FAEEF8. Grayscale: #0C0C0C. Windows color (decimal): -16445177 or 463109. OLE color: 463109.
HSL color Cylindrical-coordinate representation of color #051107: hue angle of 130º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #051107 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 17 | 7 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.93 |
| HSL | 130º | 0.55% | 0.04% | - |
| HSV(B) | 130º | 0.71% | 0.07% | - |
| XYZ | 0.3 | 0.45 | 0.27 | - |
| YUV | 12.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 7 | 0.71 | 0 | 0.59 | 0.93 | 130 | 0.55 | 0.04 |
| Hex | 5 | 11 | 7 | 47 | 0 | 3B | 5D | 82 | 37 | 4 |
| Octal | 5 | 21 | 7 | 107 | 0 | 73 | 135 | 202 | 67 | 4 |
| Binary | 101 | 10001 | 111 | 1000111 | 0 | 111011 | 1011101 | 10000010 | 110111 | 100 |
Color Harmonies of #051107
Complementary color
Monochromatic Colors of #051107
Black with #051107
Text Example
Text Example
White with #051107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051107; }
p { color: rgb(5,17,7); }
H1.HeaderClassName
{
color: #051107;
}
.AnyTagClassName
{
color: #051107;
}
</style>
background-color css
<style>
a { background-color: #051107; }
a { background-color: rgb(5,17,7); }
div.DivClassName
{
background-color: #051107;
}
.BgClassName
{
background-color: #051107;
}
</style>
border-color css
<style>
span { border-color: #051107; }
span { border-color: rgb(5,17,7); }
td.TdClassName
{
border-color: #051107;
}
.TagClassName
{
border-color: #051107;
}
</style>