Shades of Black Bean #051D05
Tints of Black Bean #051D05
RGB
CMYK
RGB Variations
Color information
#051D05 (or 0x051D05) is known color: Black Bean. HEX triplet: 05, 1D and 05. RGB value is (5,29,5). Sum of RGB (Red+Green+Blue) = 5+29+5=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 29 (11.72% from 255 or 74.36% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 29 - color contains mainly: green. Hex color #051D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D05 is #FAE2FA. Grayscale: #131313. Windows color (decimal): -16442107 or 335109. OLE color: 335109.
HSL color Cylindrical-coordinate representation of color #051D05: hue angle of 120º 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 #051D05 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 5 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.89 |
| HSL | 120º | 0.71% | 0.07% | - |
| HSV(B) | 120º | 0.83% | 0.11% | - |
| XYZ | 0.53 | 0.92 | 0.29 | - |
| YUV | 19.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 5 | 0.83 | 0 | 0.83 | 0.89 | 120 | 0.71 | 0.07 |
| Hex | 5 | 1D | 5 | 53 | 0 | 53 | 59 | 78 | 47 | 7 |
| Octal | 5 | 35 | 5 | 123 | 0 | 123 | 131 | 170 | 107 | 7 |
| Binary | 101 | 11101 | 101 | 1010011 | 0 | 1010011 | 1011001 | 1111000 | 1000111 | 111 |
Color Harmonies of #051D05
Complementary color
Monochromatic Colors of #051D05
Black with #051D05
Text Example
Text Example
White with #051D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D05; }
p { color: rgb(5,29,5); }
H1.HeaderClassName
{
color: #051D05;
}
.AnyTagClassName
{
color: #051D05;
}
</style>
background-color css
<style>
a { background-color: #051D05; }
a { background-color: rgb(5,29,5); }
div.DivClassName
{
background-color: #051D05;
}
.BgClassName
{
background-color: #051D05;
}
</style>
border-color css
<style>
span { border-color: #051D05; }
span { border-color: rgb(5,29,5); }
td.TdClassName
{
border-color: #051D05;
}
.TagClassName
{
border-color: #051D05;
}
</style>