Shades of Black Bean #050E07
Tints of Black Bean #050E07
RGB
CMYK
RGB Variations
Color information
#050E07 (or 0x050E07) is known color: Black Bean. HEX triplet: 05, 0E and 07. RGB value is (5,14,7). Sum of RGB (Red+Green+Blue) = 5+14+7=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 14 (5.86% from 255 or 53.85% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 14 - color contains mainly: green. Hex color #050E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E07 is #FAF1F8. Grayscale: #0A0A0A. Windows color (decimal): -16445945 or 462341. OLE color: 462341.
HSL color Cylindrical-coordinate representation of color #050E07: hue angle of 133.33º 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 #050E07 is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 14 | 7 | - |
| CMYK | 0.64 | 0 | 0.5 | 0.95 |
| HSL | 133.33º | 0.47% | 0.04% | - |
| HSV(B) | 133.33º | 0.64% | 0.05% | - |
| XYZ | 0.26 | 0.36 | 0.26 | - |
| YUV | 10.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 7 | 0.64 | 0 | 0.5 | 0.95 | 133.33 | 0.47 | 0.04 |
| Hex | 5 | E | 7 | 40 | 0 | 32 | 5F | 85 | 2F | 4 |
| Octal | 5 | 16 | 7 | 100 | 0 | 62 | 137 | 205 | 57 | 4 |
| Binary | 101 | 1110 | 111 | 1000000 | 0 | 110010 | 1011111 | 10000101 | 101111 | 100 |
Color Harmonies of #050E07
Complementary color
Monochromatic Colors of #050E07
Black with #050E07
Text Example
Text Example
White with #050E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E07; }
p { color: rgb(5,14,7); }
H1.HeaderClassName
{
color: #050E07;
}
.AnyTagClassName
{
color: #050E07;
}
</style>
background-color css
<style>
a { background-color: #050E07; }
a { background-color: rgb(5,14,7); }
div.DivClassName
{
background-color: #050E07;
}
.BgClassName
{
background-color: #050E07;
}
</style>
border-color css
<style>
span { border-color: #050E07; }
span { border-color: rgb(5,14,7); }
td.TdClassName
{
border-color: #050E07;
}
.TagClassName
{
border-color: #050E07;
}
</style>