Shades of Black Bean #051004
Tints of Black Bean #051004
RGB
CMYK
RGB Variations
Color information
#051004 (or 0x051004) is known color: Black Bean. HEX triplet: 05, 10 and 04. RGB value is (5,16,4). Sum of RGB (Red+Green+Blue) = 5+16+4=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 16 (6.64% from 255 or 64% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 16 - color contains mainly: green. Hex color #051004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051004 is #FAEFFB. Grayscale: #0B0B0B. Windows color (decimal): -16445436 or 266245. OLE color: 266245.
HSL color Cylindrical-coordinate representation of color #051004: hue angle of 115º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #051004 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 16 | 4 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.94 |
| HSL | 115º | 0.6% | 0.04% | - |
| HSV(B) | 115º | 0.75% | 0.06% | - |
| XYZ | 0.27 | 0.41 | 0.18 | - |
| YUV | 11.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 4 | 0.69 | 0 | 0.75 | 0.94 | 115 | 0.6 | 0.04 |
| Hex | 5 | 10 | 4 | 45 | 0 | 4B | 5E | 73 | 3C | 4 |
| Octal | 5 | 20 | 4 | 105 | 0 | 113 | 136 | 163 | 74 | 4 |
| Binary | 101 | 10000 | 100 | 1000101 | 0 | 1001011 | 1011110 | 1110011 | 111100 | 100 |
Color Harmonies of #051004
Complementary color
Monochromatic Colors of #051004
Black with #051004
Text Example
Text Example
White with #051004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051004; }
p { color: rgb(5,16,4); }
H1.HeaderClassName
{
color: #051004;
}
.AnyTagClassName
{
color: #051004;
}
</style>
background-color css
<style>
a { background-color: #051004; }
a { background-color: rgb(5,16,4); }
div.DivClassName
{
background-color: #051004;
}
.BgClassName
{
background-color: #051004;
}
</style>
border-color css
<style>
span { border-color: #051004; }
span { border-color: rgb(5,16,4); }
td.TdClassName
{
border-color: #051004;
}
.TagClassName
{
border-color: #051004;
}
</style>