Shades of Black Bean #011E04
Tints of Black Bean #011E04
RGB
CMYK
RGB Variations
Color information
#011E04 (or 0x011E04) is known color: Black Bean. HEX triplet: 01, 1E and 04. RGB value is (1,30,4). Sum of RGB (Red+Green+Blue) = 1+30+4=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 30 (12.11% from 255 or 85.71% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 30 - color contains mainly: green. Hex color #011E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E04 is #FEE1FB. Grayscale: #121212. Windows color (decimal): -16703996 or 269825. OLE color: 269825.
HSL color Cylindrical-coordinate representation of color #011E04: hue angle of 126.21º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E04 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 4 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.88 |
| HSL | 126.21º | 0.94% | 0.06% | - |
| HSV(B) | 126.21º | 0.97% | 0.12% | - |
| XYZ | 0.5 | 0.94 | 0.27 | - |
| YUV | 18.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 4 | 0.97 | 0 | 0.87 | 0.88 | 126.21 | 0.94 | 0.06 |
| Hex | 1 | 1E | 4 | 61 | 0 | 57 | 58 | 7E | 5E | 6 |
| Octal | 1 | 36 | 4 | 141 | 0 | 127 | 130 | 176 | 136 | 6 |
| Binary | 1 | 11110 | 100 | 1100001 | 0 | 1010111 | 1011000 | 1111110 | 1011110 | 110 |
Color Harmonies of #011E04
Complementary color
Monochromatic Colors of #011E04
Black with #011E04
Text Example
Text Example
White with #011E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E04; }
p { color: rgb(1,30,4); }
H1.HeaderClassName
{
color: #011E04;
}
.AnyTagClassName
{
color: #011E04;
}
</style>
background-color css
<style>
a { background-color: #011E04; }
a { background-color: rgb(1,30,4); }
div.DivClassName
{
background-color: #011E04;
}
.BgClassName
{
background-color: #011E04;
}
</style>
border-color css
<style>
span { border-color: #011E04; }
span { border-color: rgb(1,30,4); }
td.TdClassName
{
border-color: #011E04;
}
.TagClassName
{
border-color: #011E04;
}
</style>