Shades of Black Bean #051104
Tints of Black Bean #051104
RGB
CMYK
RGB Variations
Color information
#051104 (or 0x051104) is known color: Black Bean. HEX triplet: 05, 11 and 04. RGB value is (5,17,4). Sum of RGB (Red+Green+Blue) = 5+17+4=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #051104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051104 is #FAEEFB. Grayscale: #0B0B0B. Windows color (decimal): -16445180 or 266501. OLE color: 266501.
HSL color Cylindrical-coordinate representation of color #051104: hue angle of 115.38º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #051104 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 17 | 4 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.93 |
| HSL | 115.38º | 0.62% | 0.04% | - |
| HSV(B) | 115.38º | 0.76% | 0.07% | - |
| XYZ | 0.28 | 0.44 | 0.19 | - |
| YUV | 11.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 4 | 0.71 | 0 | 0.76 | 0.93 | 115.38 | 0.62 | 0.04 |
| Hex | 5 | 11 | 4 | 47 | 0 | 4C | 5D | 73 | 3E | 4 |
| Octal | 5 | 21 | 4 | 107 | 0 | 114 | 135 | 163 | 76 | 4 |
| Binary | 101 | 10001 | 100 | 1000111 | 0 | 1001100 | 1011101 | 1110011 | 111110 | 100 |
Color Harmonies of #051104
Complementary color
Monochromatic Colors of #051104
Black with #051104
Text Example
Text Example
White with #051104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051104; }
p { color: rgb(5,17,4); }
H1.HeaderClassName
{
color: #051104;
}
.AnyTagClassName
{
color: #051104;
}
</style>
background-color css
<style>
a { background-color: #051104; }
a { background-color: rgb(5,17,4); }
div.DivClassName
{
background-color: #051104;
}
.BgClassName
{
background-color: #051104;
}
</style>
border-color css
<style>
span { border-color: #051104; }
span { border-color: rgb(5,17,4); }
td.TdClassName
{
border-color: #051104;
}
.TagClassName
{
border-color: #051104;
}
</style>