Shades of Black Bean #050F06
Tints of Black Bean #050F06
RGB
CMYK
RGB Variations
Color information
#050F06 (or 0x050F06) is known color: Black Bean. HEX triplet: 05, 0F and 06. RGB value is (5,15,6). Sum of RGB (Red+Green+Blue) = 5+15+6=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 15 (6.25% from 255 or 57.69% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 15 - color contains mainly: green. Hex color #050F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F06 is #FAF0F9. Grayscale: #0B0B0B. Windows color (decimal): -16445690 or 397061. OLE color: 397061.
HSL color Cylindrical-coordinate representation of color #050F06: hue angle of 126º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050F06 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 15 | 6 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.94 |
| HSL | 126º | 0.5% | 0.04% | - |
| HSV(B) | 126º | 0.67% | 0.06% | - |
| XYZ | 0.27 | 0.39 | 0.23 | - |
| YUV | 10.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 6 | 0.67 | 0 | 0.60 | 0.94 | 126 | 0.5 | 0.04 |
| Hex | 5 | F | 6 | 43 | 0 | 3C | 5E | 7E | 32 | 4 |
| Octal | 5 | 17 | 6 | 103 | 0 | 74 | 136 | 176 | 62 | 4 |
| Binary | 101 | 1111 | 110 | 1000011 | 0 | 111100 | 1011110 | 1111110 | 110010 | 100 |
Color Harmonies of #050F06
Complementary color
Monochromatic Colors of #050F06
Black with #050F06
Text Example
Text Example
White with #050F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F06; }
p { color: rgb(5,15,6); }
H1.HeaderClassName
{
color: #050F06;
}
.AnyTagClassName
{
color: #050F06;
}
</style>
background-color css
<style>
a { background-color: #050F06; }
a { background-color: rgb(5,15,6); }
div.DivClassName
{
background-color: #050F06;
}
.BgClassName
{
background-color: #050F06;
}
</style>
border-color css
<style>
span { border-color: #050F06; }
span { border-color: rgb(5,15,6); }
td.TdClassName
{
border-color: #050F06;
}
.TagClassName
{
border-color: #050F06;
}
</style>