Shades of Black Bean #051D07
Tints of Black Bean #051D07
RGB
CMYK
RGB Variations
Color information
#051D07 (or 0x051D07) is known color: Black Bean. HEX triplet: 05, 1D and 07. RGB value is (5,29,7). Sum of RGB (Red+Green+Blue) = 5+29+7=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 29 (11.72% from 255 or 70.73% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 29 - color contains mainly: green. Hex color #051D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D07 is #FAE2F8. Grayscale: #131313. Windows color (decimal): -16442105 or 466181. OLE color: 466181.
HSL color Cylindrical-coordinate representation of color #051D07: hue angle of 125º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051D07 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 7 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.89 |
| HSL | 125º | 0.71% | 0.07% | - |
| HSV(B) | 125º | 0.83% | 0.11% | - |
| XYZ | 0.54 | 0.93 | 0.35 | - |
| YUV | 19.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 7 | 0.83 | 0 | 0.76 | 0.89 | 125 | 0.71 | 0.07 |
| Hex | 5 | 1D | 7 | 53 | 0 | 4C | 59 | 7D | 47 | 7 |
| Octal | 5 | 35 | 7 | 123 | 0 | 114 | 131 | 175 | 107 | 7 |
| Binary | 101 | 11101 | 111 | 1010011 | 0 | 1001100 | 1011001 | 1111101 | 1000111 | 111 |
Color Harmonies of #051D07
Complementary color
Monochromatic Colors of #051D07
Black with #051D07
Text Example
Text Example
White with #051D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D07; }
p { color: rgb(5,29,7); }
H1.HeaderClassName
{
color: #051D07;
}
.AnyTagClassName
{
color: #051D07;
}
</style>
background-color css
<style>
a { background-color: #051D07; }
a { background-color: rgb(5,29,7); }
div.DivClassName
{
background-color: #051D07;
}
.BgClassName
{
background-color: #051D07;
}
</style>
border-color css
<style>
span { border-color: #051D07; }
span { border-color: rgb(5,29,7); }
td.TdClassName
{
border-color: #051D07;
}
.TagClassName
{
border-color: #051D07;
}
</style>