Shades of Black Bean #051205
Tints of Black Bean #051205
RGB
CMYK
RGB Variations
Color information
#051205 (or 0x051205) is known color: Black Bean. HEX triplet: 05, 12 and 05. RGB value is (5,18,5). Sum of RGB (Red+Green+Blue) = 5+18+5=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 18 (7.42% from 255 or 64.29% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 18 - color contains mainly: green. Hex color #051205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051205 is #FAEDFA. Grayscale: #0C0C0C. Windows color (decimal): -16444923 or 332293. OLE color: 332293.
HSL color Cylindrical-coordinate representation of color #051205: hue angle of 120º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051205 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 18 | 5 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.93 |
| HSL | 120º | 0.57% | 0.05% | - |
| HSV(B) | 120º | 0.72% | 0.07% | - |
| XYZ | 0.31 | 0.48 | 0.22 | - |
| YUV | 12.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 5 | 0.72 | 0 | 0.72 | 0.93 | 120 | 0.57 | 0.05 |
| Hex | 5 | 12 | 5 | 48 | 0 | 48 | 5D | 78 | 39 | 5 |
| Octal | 5 | 22 | 5 | 110 | 0 | 110 | 135 | 170 | 71 | 5 |
| Binary | 101 | 10010 | 101 | 1001000 | 0 | 1001000 | 1011101 | 1111000 | 111001 | 101 |
Color Harmonies of #051205
Complementary color
Monochromatic Colors of #051205
Black with #051205
Text Example
Text Example
White with #051205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051205; }
p { color: rgb(5,18,5); }
H1.HeaderClassName
{
color: #051205;
}
.AnyTagClassName
{
color: #051205;
}
</style>
background-color css
<style>
a { background-color: #051205; }
a { background-color: rgb(5,18,5); }
div.DivClassName
{
background-color: #051205;
}
.BgClassName
{
background-color: #051205;
}
</style>
border-color css
<style>
span { border-color: #051205; }
span { border-color: rgb(5,18,5); }
td.TdClassName
{
border-color: #051205;
}
.TagClassName
{
border-color: #051205;
}
</style>