Shades of Black Bean #031E05
Tints of Black Bean #031E05
RGB
CMYK
RGB Variations
Color information
#031E05 (or 0x031E05) is known color: Black Bean. HEX triplet: 03, 1E and 05. RGB value is (3,30,5). Sum of RGB (Red+Green+Blue) = 3+30+5=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 30 (12.11% from 255 or 78.95% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 30 - color contains mainly: green. Hex color #031E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E05 is #FCE1FA. Grayscale: #131313. Windows color (decimal): -16572923 or 335363. OLE color: 335363.
HSL color Cylindrical-coordinate representation of color #031E05: hue angle of 124.44º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E05 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 5 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.88 |
| HSL | 124.44º | 0.82% | 0.06% | - |
| HSV(B) | 124.44º | 0.9% | 0.12% | - |
| XYZ | 0.53 | 0.96 | 0.3 | - |
| YUV | 19.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 5 | 0.90 | 0 | 0.83 | 0.88 | 124.44 | 0.82 | 0.06 |
| Hex | 3 | 1E | 5 | 5A | 0 | 53 | 58 | 7C | 52 | 6 |
| Octal | 3 | 36 | 5 | 132 | 0 | 123 | 130 | 174 | 122 | 6 |
| Binary | 11 | 11110 | 101 | 1011010 | 0 | 1010011 | 1011000 | 1111100 | 1010010 | 110 |
Color Harmonies of #031E05
Complementary color
Monochromatic Colors of #031E05
Black with #031E05
Text Example
Text Example
White with #031E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E05; }
p { color: rgb(3,30,5); }
H1.HeaderClassName
{
color: #031E05;
}
.AnyTagClassName
{
color: #031E05;
}
</style>
background-color css
<style>
a { background-color: #031E05; }
a { background-color: rgb(3,30,5); }
div.DivClassName
{
background-color: #031E05;
}
.BgClassName
{
background-color: #031E05;
}
</style>
border-color css
<style>
span { border-color: #031E05; }
span { border-color: rgb(3,30,5); }
td.TdClassName
{
border-color: #031E05;
}
.TagClassName
{
border-color: #031E05;
}
</style>