Shades of Black Bean #051F07
Tints of Black Bean #051F07
RGB
CMYK
RGB Variations
Color information
#051F07 (or 0x051F07) is known color: Black Bean. HEX triplet: 05, 1F and 07. RGB value is (5,31,7). Sum of RGB (Red+Green+Blue) = 5+31+7=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 31 (12.5% from 255 or 72.09% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 31 - color contains mainly: green. Hex color #051F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F07 is #FAE0F8. Grayscale: #141414. Windows color (decimal): -16441593 or 466693. OLE color: 466693.
HSL color Cylindrical-coordinate representation of color #051F07: hue angle of 124.62º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F07 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 7 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.88 |
| HSL | 124.62º | 0.72% | 0.07% | - |
| HSV(B) | 124.62º | 0.84% | 0.12% | - |
| XYZ | 0.59 | 1.03 | 0.37 | - |
| YUV | 20.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 7 | 0.84 | 0 | 0.77 | 0.88 | 124.62 | 0.72 | 0.07 |
| Hex | 5 | 1F | 7 | 54 | 0 | 4D | 58 | 7D | 48 | 7 |
| Octal | 5 | 37 | 7 | 124 | 0 | 115 | 130 | 175 | 110 | 7 |
| Binary | 101 | 11111 | 111 | 1010100 | 0 | 1001101 | 1011000 | 1111101 | 1001000 | 111 |
Color Harmonies of #051F07
Complementary color
Monochromatic Colors of #051F07
Black with #051F07
Text Example
Text Example
White with #051F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F07; }
p { color: rgb(5,31,7); }
H1.HeaderClassName
{
color: #051F07;
}
.AnyTagClassName
{
color: #051F07;
}
</style>
background-color css
<style>
a { background-color: #051F07; }
a { background-color: rgb(5,31,7); }
div.DivClassName
{
background-color: #051F07;
}
.BgClassName
{
background-color: #051F07;
}
</style>
border-color css
<style>
span { border-color: #051F07; }
span { border-color: rgb(5,31,7); }
td.TdClassName
{
border-color: #051F07;
}
.TagClassName
{
border-color: #051F07;
}
</style>