Shades of Black Bean #051C06
Tints of Black Bean #051C06
RGB
CMYK
RGB Variations
Color information
#051C06 (or 0x051C06) is known color: Black Bean. HEX triplet: 05, 1C and 06. RGB value is (5,28,6). Sum of RGB (Red+Green+Blue) = 5+28+6=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 28 (11.33% from 255 or 71.79% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 28 - color contains mainly: green. Hex color #051C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C06 is #FAE3F9. Grayscale: #121212. Windows color (decimal): -16442362 or 400389. OLE color: 400389.
HSL color Cylindrical-coordinate representation of color #051C06: hue angle of 122.61º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C06 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 6 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.89 |
| HSL | 122.61º | 0.7% | 0.06% | - |
| HSV(B) | 122.61º | 0.82% | 0.11% | - |
| XYZ | 0.51 | 0.88 | 0.31 | - |
| YUV | 18.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 6 | 0.82 | 0 | 0.79 | 0.89 | 122.61 | 0.7 | 0.06 |
| Hex | 5 | 1C | 6 | 52 | 0 | 4F | 59 | 7B | 46 | 6 |
| Octal | 5 | 34 | 6 | 122 | 0 | 117 | 131 | 173 | 106 | 6 |
| Binary | 101 | 11100 | 110 | 1010010 | 0 | 1001111 | 1011001 | 1111011 | 1000110 | 110 |
Color Harmonies of #051C06
Complementary color
Monochromatic Colors of #051C06
Black with #051C06
Text Example
Text Example
White with #051C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C06; }
p { color: rgb(5,28,6); }
H1.HeaderClassName
{
color: #051C06;
}
.AnyTagClassName
{
color: #051C06;
}
</style>
background-color css
<style>
a { background-color: #051C06; }
a { background-color: rgb(5,28,6); }
div.DivClassName
{
background-color: #051C06;
}
.BgClassName
{
background-color: #051C06;
}
</style>
border-color css
<style>
span { border-color: #051C06; }
span { border-color: rgb(5,28,6); }
td.TdClassName
{
border-color: #051C06;
}
.TagClassName
{
border-color: #051C06;
}
</style>