Shades of Black Bean #051504
Tints of Black Bean #051504
RGB
CMYK
RGB Variations
Color information
#051504 (or 0x051504) is known color: Black Bean. HEX triplet: 05, 15 and 04. RGB value is (5,21,4). Sum of RGB (Red+Green+Blue) = 5+21+4=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #051504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051504 is #FAEAFB. Grayscale: #0E0E0E. Windows color (decimal): -16444156 or 267525. OLE color: 267525.
HSL color Cylindrical-coordinate representation of color #051504: hue angle of 116.47º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051504 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 21 | 4 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.92 |
| HSL | 116.47º | 0.68% | 0.05% | - |
| HSV(B) | 116.47º | 0.81% | 0.08% | - |
| XYZ | 0.35 | 0.58 | 0.21 | - |
| YUV | 14.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 4 | 0.76 | 0 | 0.81 | 0.92 | 116.47 | 0.68 | 0.05 |
| Hex | 5 | 15 | 4 | 4C | 0 | 51 | 5C | 74 | 44 | 5 |
| Octal | 5 | 25 | 4 | 114 | 0 | 121 | 134 | 164 | 104 | 5 |
| Binary | 101 | 10101 | 100 | 1001100 | 0 | 1010001 | 1011100 | 1110100 | 1000100 | 101 |
Color Harmonies of #051504
Complementary color
Monochromatic Colors of #051504
Black with #051504
Text Example
Text Example
White with #051504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051504; }
p { color: rgb(5,21,4); }
H1.HeaderClassName
{
color: #051504;
}
.AnyTagClassName
{
color: #051504;
}
</style>
background-color css
<style>
a { background-color: #051504; }
a { background-color: rgb(5,21,4); }
div.DivClassName
{
background-color: #051504;
}
.BgClassName
{
background-color: #051504;
}
</style>
border-color css
<style>
span { border-color: #051504; }
span { border-color: rgb(5,21,4); }
td.TdClassName
{
border-color: #051504;
}
.TagClassName
{
border-color: #051504;
}
</style>