Shades of Black Bean #031A06
Tints of Black Bean #031A06
RGB
CMYK
RGB Variations
Color information
#031A06 (or 0x031A06) is known color: Black Bean. HEX triplet: 03, 1A and 06. RGB value is (3,26,6). Sum of RGB (Red+Green+Blue) = 3+26+6=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 26 (10.55% from 255 or 74.29% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 26 - color contains mainly: green. Hex color #031A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A06 is #FCE5F9. Grayscale: #101010. Windows color (decimal): -16573946 or 399875. OLE color: 399875.
HSL color Cylindrical-coordinate representation of color #031A06: hue angle of 127.83º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031A06 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 26 | 6 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.90 |
| HSL | 127.83º | 0.79% | 0.06% | - |
| HSV(B) | 127.83º | 0.88% | 0.1% | - |
| XYZ | 0.44 | 0.77 | 0.3 | - |
| YUV | 16.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 6 | 0.88 | 0 | 0.77 | 0.90 | 127.83 | 0.79 | 0.06 |
| Hex | 3 | 1A | 6 | 58 | 0 | 4D | 5A | 80 | 4F | 6 |
| Octal | 3 | 32 | 6 | 130 | 0 | 115 | 132 | 200 | 117 | 6 |
| Binary | 11 | 11010 | 110 | 1011000 | 0 | 1001101 | 1011010 | 10000000 | 1001111 | 110 |
Color Harmonies of #031A06
Complementary color
Monochromatic Colors of #031A06
Black with #031A06
Text Example
Text Example
White with #031A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A06; }
p { color: rgb(3,26,6); }
H1.HeaderClassName
{
color: #031A06;
}
.AnyTagClassName
{
color: #031A06;
}
</style>
background-color css
<style>
a { background-color: #031A06; }
a { background-color: rgb(3,26,6); }
div.DivClassName
{
background-color: #031A06;
}
.BgClassName
{
background-color: #031A06;
}
</style>
border-color css
<style>
span { border-color: #031A06; }
span { border-color: rgb(3,26,6); }
td.TdClassName
{
border-color: #031A06;
}
.TagClassName
{
border-color: #031A06;
}
</style>