Shades of Black Bean #031E09
Tints of Black Bean #031E09
RGB
CMYK
RGB Variations
Color information
#031E09 (or 0x031E09) is known color: Black Bean. HEX triplet: 03, 1E and 09. RGB value is (3,30,9). Sum of RGB (Red+Green+Blue) = 3+30+9=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 30 (12.11% from 255 or 71.43% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 30 - color contains mainly: green. Hex color #031E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E09 is #FCE1F6. Grayscale: #131313. Windows color (decimal): -16572919 or 597507. OLE color: 597507.
HSL color Cylindrical-coordinate representation of color #031E09: hue angle of 133.33º 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 #031E09 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 9 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.88 |
| HSL | 133.33º | 0.82% | 0.06% | - |
| HSV(B) | 133.33º | 0.9% | 0.12% | - |
| XYZ | 0.55 | 0.97 | 0.42 | - |
| YUV | 19.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 9 | 0.90 | 0 | 0.70 | 0.88 | 133.33 | 0.82 | 0.06 |
| Hex | 3 | 1E | 9 | 5A | 0 | 46 | 58 | 85 | 52 | 6 |
| Octal | 3 | 36 | 11 | 132 | 0 | 106 | 130 | 205 | 122 | 6 |
| Binary | 11 | 11110 | 1001 | 1011010 | 0 | 1000110 | 1011000 | 10000101 | 1010010 | 110 |
Color Harmonies of #031E09
Complementary color
Monochromatic Colors of #031E09
Black with #031E09
Text Example
Text Example
White with #031E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E09; }
p { color: rgb(3,30,9); }
H1.HeaderClassName
{
color: #031E09;
}
.AnyTagClassName
{
color: #031E09;
}
</style>
background-color css
<style>
a { background-color: #031E09; }
a { background-color: rgb(3,30,9); }
div.DivClassName
{
background-color: #031E09;
}
.BgClassName
{
background-color: #031E09;
}
</style>
border-color css
<style>
span { border-color: #031E09; }
span { border-color: rgb(3,30,9); }
td.TdClassName
{
border-color: #031E09;
}
.TagClassName
{
border-color: #031E09;
}
</style>