Shades of Black Bean #050E05
Tints of Black Bean #050E05
RGB
CMYK
RGB Variations
Color information
#050E05 (or 0x050E05) is known color: Black Bean. HEX triplet: 05, 0E and 05. RGB value is (5,14,5). Sum of RGB (Red+Green+Blue) = 5+14+5=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 14 (5.86% from 255 or 58.33% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 14 - color contains mainly: green. Hex color #050E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E05 is #FAF1FA. Grayscale: #0A0A0A. Windows color (decimal): -16445947 or 331269. OLE color: 331269.
HSL color Cylindrical-coordinate representation of color #050E05: hue angle of 120º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #050E05 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 14 | 5 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.95 |
| HSL | 120º | 0.47% | 0.04% | - |
| HSV(B) | 120º | 0.64% | 0.05% | - |
| XYZ | 0.25 | 0.36 | 0.2 | - |
| YUV | 10.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 5 | 0.64 | 0 | 0.64 | 0.95 | 120 | 0.47 | 0.04 |
| Hex | 5 | E | 5 | 40 | 0 | 40 | 5F | 78 | 2F | 4 |
| Octal | 5 | 16 | 5 | 100 | 0 | 100 | 137 | 170 | 57 | 4 |
| Binary | 101 | 1110 | 101 | 1000000 | 0 | 1000000 | 1011111 | 1111000 | 101111 | 100 |
Color Harmonies of #050E05
Complementary color
Monochromatic Colors of #050E05
Black with #050E05
Text Example
Text Example
White with #050E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E05; }
p { color: rgb(5,14,5); }
H1.HeaderClassName
{
color: #050E05;
}
.AnyTagClassName
{
color: #050E05;
}
</style>
background-color css
<style>
a { background-color: #050E05; }
a { background-color: rgb(5,14,5); }
div.DivClassName
{
background-color: #050E05;
}
.BgClassName
{
background-color: #050E05;
}
</style>
border-color css
<style>
span { border-color: #050E05; }
span { border-color: rgb(5,14,5); }
td.TdClassName
{
border-color: #050E05;
}
.TagClassName
{
border-color: #050E05;
}
</style>