Shades of Black Bean #050A05
Tints of Black Bean #050A05
RGB
CMYK
RGB Variations
Color information
#050A05 (or 0x050A05) is known color: Black Bean. HEX triplet: 05, 0A and 05. RGB value is (5,10,5). Sum of RGB (Red+Green+Blue) = 5+10+5=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 10 (4.30% from 255 or 50% from 20); Blue value is 5 (2.34% from 255 or 25% from 20); Max value from RGB is 10 - color contains mainly: green. Hex color #050A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A05 is #FAF5FA. Grayscale: #070707. Windows color (decimal): -16446971 or 330245. OLE color: 330245.
HSL color Cylindrical-coordinate representation of color #050A05: hue angle of 120º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #050A05 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 10 | 5 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.96 |
| HSL | 120º | 0.33% | 0.03% | - |
| HSV(B) | 120º | 0.5% | 0.04% | - |
| XYZ | 0.2 | 0.26 | 0.18 | - |
| YUV | 7.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 5 | 0.50 | 0 | 0.50 | 0.96 | 120 | 0.33 | 0.03 |
| Hex | 5 | A | 5 | 32 | 0 | 32 | 60 | 78 | 21 | 3 |
| Octal | 5 | 12 | 5 | 62 | 0 | 62 | 140 | 170 | 41 | 3 |
| Binary | 101 | 1010 | 101 | 110010 | 0 | 110010 | 1100000 | 1111000 | 100001 | 11 |
Color Harmonies of #050A05
Complementary color
Monochromatic Colors of #050A05
Black with #050A05
Text Example
Text Example
White with #050A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A05; }
p { color: rgb(5,10,5); }
H1.HeaderClassName
{
color: #050A05;
}
.AnyTagClassName
{
color: #050A05;
}
</style>
background-color css
<style>
a { background-color: #050A05; }
a { background-color: rgb(5,10,5); }
div.DivClassName
{
background-color: #050A05;
}
.BgClassName
{
background-color: #050A05;
}
</style>
border-color css
<style>
span { border-color: #050A05; }
span { border-color: rgb(5,10,5); }
td.TdClassName
{
border-color: #050A05;
}
.TagClassName
{
border-color: #050A05;
}
</style>