Shades of Black Bean #051F0A
Tints of Black Bean #051F0A
RGB
CMYK
RGB Variations
Color information
#051F0A (or 0x051F0A) is known color: Black Bean. HEX triplet: 05, 1F and 0A. RGB value is (5,31,10). Sum of RGB (Red+Green+Blue) = 5+31+10=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 31 (12.5% from 255 or 67.39% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 31 - color contains mainly: green. Hex color #051F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F0A is #FAE0F5. Grayscale: #141414. Windows color (decimal): -16441590 or 663301. OLE color: 663301.
HSL color Cylindrical-coordinate representation of color #051F0A: hue angle of 131.54º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F0A is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 10 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.88 |
| HSL | 131.54º | 0.72% | 0.07% | - |
| HSV(B) | 131.54º | 0.84% | 0.12% | - |
| XYZ | 0.61 | 1.03 | 0.45 | - |
| YUV | 20.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 10 | 0.84 | 0 | 0.68 | 0.88 | 131.54 | 0.72 | 0.07 |
| Hex | 5 | 1F | A | 54 | 0 | 44 | 58 | 84 | 48 | 7 |
| Octal | 5 | 37 | 12 | 124 | 0 | 104 | 130 | 204 | 110 | 7 |
| Binary | 101 | 11111 | 1010 | 1010100 | 0 | 1000100 | 1011000 | 10000100 | 1001000 | 111 |
Color Harmonies of #051F0A
Complementary color
Monochromatic Colors of #051F0A
Black with #051F0A
Text Example
Text Example
White with #051F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F0A; }
p { color: rgb(5,31,10); }
H1.HeaderClassName
{
color: #051F0A;
}
.AnyTagClassName
{
color: #051F0A;
}
</style>
background-color css
<style>
a { background-color: #051F0A; }
a { background-color: rgb(5,31,10); }
div.DivClassName
{
background-color: #051F0A;
}
.BgClassName
{
background-color: #051F0A;
}
</style>
border-color css
<style>
span { border-color: #051F0A; }
span { border-color: rgb(5,31,10); }
td.TdClassName
{
border-color: #051F0A;
}
.TagClassName
{
border-color: #051F0A;
}
</style>