Shades of Black Bean #031E07
Tints of Black Bean #031E07
RGB
CMYK
RGB Variations
Color information
#031E07 (or 0x031E07) is known color: Black Bean. HEX triplet: 03, 1E and 07. RGB value is (3,30,7). Sum of RGB (Red+Green+Blue) = 3+30+7=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 30 (12.11% from 255 or 75% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 30 - color contains mainly: green. Hex color #031E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E07 is #FCE1F8. Grayscale: #131313. Windows color (decimal): -16572921 or 466435. OLE color: 466435.
HSL color Cylindrical-coordinate representation of color #031E07: hue angle of 128.89º 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 #031E07 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 7 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.88 |
| HSL | 128.89º | 0.82% | 0.06% | - |
| HSV(B) | 128.89º | 0.9% | 0.12% | - |
| XYZ | 0.54 | 0.96 | 0.36 | - |
| YUV | 19.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 7 | 0.90 | 0 | 0.77 | 0.88 | 128.89 | 0.82 | 0.06 |
| Hex | 3 | 1E | 7 | 5A | 0 | 4D | 58 | 81 | 52 | 6 |
| Octal | 3 | 36 | 7 | 132 | 0 | 115 | 130 | 201 | 122 | 6 |
| Binary | 11 | 11110 | 111 | 1011010 | 0 | 1001101 | 1011000 | 10000001 | 1010010 | 110 |
Color Harmonies of #031E07
Complementary color
Monochromatic Colors of #031E07
Black with #031E07
Text Example
Text Example
White with #031E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E07; }
p { color: rgb(3,30,7); }
H1.HeaderClassName
{
color: #031E07;
}
.AnyTagClassName
{
color: #031E07;
}
</style>
background-color css
<style>
a { background-color: #031E07; }
a { background-color: rgb(3,30,7); }
div.DivClassName
{
background-color: #031E07;
}
.BgClassName
{
background-color: #031E07;
}
</style>
border-color css
<style>
span { border-color: #031E07; }
span { border-color: rgb(3,30,7); }
td.TdClassName
{
border-color: #031E07;
}
.TagClassName
{
border-color: #031E07;
}
</style>