Shades of Black Bean #051005
Tints of Black Bean #051005
RGB
CMYK
RGB Variations
Color information
#051005 (or 0x051005) is known color: Black Bean. HEX triplet: 05, 10 and 05. RGB value is (5,16,5). Sum of RGB (Red+Green+Blue) = 5+16+5=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 16 (6.64% from 255 or 61.54% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 16 - color contains mainly: green. Hex color #051005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051005 is #FAEFFA. Grayscale: #0B0B0B. Windows color (decimal): -16445435 or 331781. OLE color: 331781.
HSL color Cylindrical-coordinate representation of color #051005: hue angle of 120º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #051005 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 16 | 5 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.94 |
| HSL | 120º | 0.52% | 0.04% | - |
| HSV(B) | 120º | 0.69% | 0.06% | - |
| XYZ | 0.28 | 0.41 | 0.21 | - |
| YUV | 11.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 5 | 0.69 | 0 | 0.69 | 0.94 | 120 | 0.52 | 0.04 |
| Hex | 5 | 10 | 5 | 45 | 0 | 45 | 5E | 78 | 34 | 4 |
| Octal | 5 | 20 | 5 | 105 | 0 | 105 | 136 | 170 | 64 | 4 |
| Binary | 101 | 10000 | 101 | 1000101 | 0 | 1000101 | 1011110 | 1111000 | 110100 | 100 |
Color Harmonies of #051005
Complementary color
Monochromatic Colors of #051005
Black with #051005
Text Example
Text Example
White with #051005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051005; }
p { color: rgb(5,16,5); }
H1.HeaderClassName
{
color: #051005;
}
.AnyTagClassName
{
color: #051005;
}
</style>
background-color css
<style>
a { background-color: #051005; }
a { background-color: rgb(5,16,5); }
div.DivClassName
{
background-color: #051005;
}
.BgClassName
{
background-color: #051005;
}
</style>
border-color css
<style>
span { border-color: #051005; }
span { border-color: rgb(5,16,5); }
td.TdClassName
{
border-color: #051005;
}
.TagClassName
{
border-color: #051005;
}
</style>