Shades of Black Bean #051404
Tints of Black Bean #051404
RGB
CMYK
RGB Variations
Color information
#051404 (or 0x051404) is known color: Black Bean. HEX triplet: 05, 14 and 04. RGB value is (5,20,4). Sum of RGB (Red+Green+Blue) = 5+20+4=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #051404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051404 is #FAEBFB. Grayscale: #0D0D0D. Windows color (decimal): -16444412 or 267269. OLE color: 267269.
HSL color Cylindrical-coordinate representation of color #051404: hue angle of 116.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051404 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 20 | 4 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.92 |
| HSL | 116.25º | 0.67% | 0.05% | - |
| HSV(B) | 116.25º | 0.8% | 0.08% | - |
| XYZ | 0.33 | 0.54 | 0.2 | - |
| YUV | 13.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 4 | 0.75 | 0 | 0.80 | 0.92 | 116.25 | 0.67 | 0.05 |
| Hex | 5 | 14 | 4 | 4B | 0 | 50 | 5C | 74 | 43 | 5 |
| Octal | 5 | 24 | 4 | 113 | 0 | 120 | 134 | 164 | 103 | 5 |
| Binary | 101 | 10100 | 100 | 1001011 | 0 | 1010000 | 1011100 | 1110100 | 1000011 | 101 |
Color Harmonies of #051404
Complementary color
Monochromatic Colors of #051404
Black with #051404
Text Example
Text Example
White with #051404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051404; }
p { color: rgb(5,20,4); }
H1.HeaderClassName
{
color: #051404;
}
.AnyTagClassName
{
color: #051404;
}
</style>
background-color css
<style>
a { background-color: #051404; }
a { background-color: rgb(5,20,4); }
div.DivClassName
{
background-color: #051404;
}
.BgClassName
{
background-color: #051404;
}
</style>
border-color css
<style>
span { border-color: #051404; }
span { border-color: rgb(5,20,4); }
td.TdClassName
{
border-color: #051404;
}
.TagClassName
{
border-color: #051404;
}
</style>