Shades of Black Bean #050F07
Tints of Black Bean #050F07
RGB
CMYK
RGB Variations
Color information
#050F07 (or 0x050F07) is known color: Black Bean. HEX triplet: 05, 0F and 07. RGB value is (5,15,7). Sum of RGB (Red+Green+Blue) = 5+15+7=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 15 (6.25% from 255 or 55.56% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 15 - color contains mainly: green. Hex color #050F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F07 is #FAF0F8. Grayscale: #0B0B0B. Windows color (decimal): -16445689 or 462597. OLE color: 462597.
HSL color Cylindrical-coordinate representation of color #050F07: hue angle of 132º 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 #050F07 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 15 | 7 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.94 |
| HSL | 132º | 0.5% | 0.04% | - |
| HSV(B) | 132º | 0.67% | 0.06% | - |
| XYZ | 0.27 | 0.39 | 0.26 | - |
| YUV | 11.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 7 | 0.67 | 0 | 0.53 | 0.94 | 132 | 0.5 | 0.04 |
| Hex | 5 | F | 7 | 43 | 0 | 35 | 5E | 84 | 32 | 4 |
| Octal | 5 | 17 | 7 | 103 | 0 | 65 | 136 | 204 | 62 | 4 |
| Binary | 101 | 1111 | 111 | 1000011 | 0 | 110101 | 1011110 | 10000100 | 110010 | 100 |
Color Harmonies of #050F07
Complementary color
Monochromatic Colors of #050F07
Black with #050F07
Text Example
Text Example
White with #050F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F07; }
p { color: rgb(5,15,7); }
H1.HeaderClassName
{
color: #050F07;
}
.AnyTagClassName
{
color: #050F07;
}
</style>
background-color css
<style>
a { background-color: #050F07; }
a { background-color: rgb(5,15,7); }
div.DivClassName
{
background-color: #050F07;
}
.BgClassName
{
background-color: #050F07;
}
</style>
border-color css
<style>
span { border-color: #050F07; }
span { border-color: rgb(5,15,7); }
td.TdClassName
{
border-color: #050F07;
}
.TagClassName
{
border-color: #050F07;
}
</style>