Shades of Black Bean #031B04
Tints of Black Bean #031B04
RGB
CMYK
RGB Variations
Color information
#031B04 (or 0x031B04) is known color: Black Bean. HEX triplet: 03, 1B and 04. RGB value is (3,27,4). Sum of RGB (Red+Green+Blue) = 3+27+4=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 27 (10.94% from 255 or 79.41% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 27 - color contains mainly: green. Hex color #031B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B04 is #FCE4FB. Grayscale: #111111. Windows color (decimal): -16573692 or 269059. OLE color: 269059.
HSL color Cylindrical-coordinate representation of color #031B04: hue angle of 122.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031B04 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 27 | 4 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.89 |
| HSL | 122.5º | 0.8% | 0.06% | - |
| HSV(B) | 122.5º | 0.89% | 0.11% | - |
| XYZ | 0.45 | 0.81 | 0.25 | - |
| YUV | 17.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 4 | 0.89 | 0 | 0.85 | 0.89 | 122.5 | 0.8 | 0.06 |
| Hex | 3 | 1B | 4 | 59 | 0 | 55 | 59 | 7B | 50 | 6 |
| Octal | 3 | 33 | 4 | 131 | 0 | 125 | 131 | 173 | 120 | 6 |
| Binary | 11 | 11011 | 100 | 1011001 | 0 | 1010101 | 1011001 | 1111011 | 1010000 | 110 |
Color Harmonies of #031B04
Complementary color
Monochromatic Colors of #031B04
Black with #031B04
Text Example
Text Example
White with #031B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B04; }
p { color: rgb(3,27,4); }
H1.HeaderClassName
{
color: #031B04;
}
.AnyTagClassName
{
color: #031B04;
}
</style>
background-color css
<style>
a { background-color: #031B04; }
a { background-color: rgb(3,27,4); }
div.DivClassName
{
background-color: #031B04;
}
.BgClassName
{
background-color: #031B04;
}
</style>
border-color css
<style>
span { border-color: #031B04; }
span { border-color: rgb(3,27,4); }
td.TdClassName
{
border-color: #031B04;
}
.TagClassName
{
border-color: #031B04;
}
</style>