Shades of Black Bean #031906
Tints of Black Bean #031906
RGB
CMYK
RGB Variations
Color information
#031906 (or 0x031906) is known color: Black Bean. HEX triplet: 03, 19 and 06. RGB value is (3,25,6). Sum of RGB (Red+Green+Blue) = 3+25+6=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 25 (10.16% from 255 or 73.53% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 25 - color contains mainly: green. Hex color #031906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031906 is #FCE6F9. Grayscale: #101010. Windows color (decimal): -16574202 or 399619. OLE color: 399619.
HSL color Cylindrical-coordinate representation of color #031906: hue angle of 128.18º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031906 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 25 | 6 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.90 |
| HSL | 128.18º | 0.79% | 0.05% | - |
| HSV(B) | 128.18º | 0.88% | 0.1% | - |
| XYZ | 0.42 | 0.73 | 0.29 | - |
| YUV | 16.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 6 | 0.88 | 0 | 0.76 | 0.90 | 128.18 | 0.79 | 0.05 |
| Hex | 3 | 19 | 6 | 58 | 0 | 4C | 5A | 80 | 4F | 5 |
| Octal | 3 | 31 | 6 | 130 | 0 | 114 | 132 | 200 | 117 | 5 |
| Binary | 11 | 11001 | 110 | 1011000 | 0 | 1001100 | 1011010 | 10000000 | 1001111 | 101 |
Color Harmonies of #031906
Complementary color
Monochromatic Colors of #031906
Black with #031906
Text Example
Text Example
White with #031906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031906; }
p { color: rgb(3,25,6); }
H1.HeaderClassName
{
color: #031906;
}
.AnyTagClassName
{
color: #031906;
}
</style>
background-color css
<style>
a { background-color: #031906; }
a { background-color: rgb(3,25,6); }
div.DivClassName
{
background-color: #031906;
}
.BgClassName
{
background-color: #031906;
}
</style>
border-color css
<style>
span { border-color: #031906; }
span { border-color: rgb(3,25,6); }
td.TdClassName
{
border-color: #031906;
}
.TagClassName
{
border-color: #031906;
}
</style>