Shades of Black Bean #011E03
Tints of Black Bean #011E03
RGB
CMYK
RGB Variations
Color information
#011E03 (or 0x011E03) is known color: Black Bean. HEX triplet: 01, 1E and 03. RGB value is (1,30,3). Sum of RGB (Red+Green+Blue) = 1+30+3=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 30 (12.11% from 255 or 88.24% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 30 - color contains mainly: green. Hex color #011E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E03 is #FEE1FC. Grayscale: #121212. Windows color (decimal): -16703997 or 204289. OLE color: 204289.
HSL color Cylindrical-coordinate representation of color #011E03: hue angle of 124.14º 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 #011E03 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 3 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.88 |
| HSL | 124.14º | 0.94% | 0.06% | - |
| HSV(B) | 124.14º | 0.97% | 0.12% | - |
| XYZ | 0.49 | 0.94 | 0.24 | - |
| YUV | 18.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 3 | 0.97 | 0 | 0.90 | 0.88 | 124.14 | 0.94 | 0.06 |
| Hex | 1 | 1E | 3 | 61 | 0 | 5A | 58 | 7C | 5E | 6 |
| Octal | 1 | 36 | 3 | 141 | 0 | 132 | 130 | 174 | 136 | 6 |
| Binary | 1 | 11110 | 11 | 1100001 | 0 | 1011010 | 1011000 | 1111100 | 1011110 | 110 |
Color Harmonies of #011E03
Complementary color
Monochromatic Colors of #011E03
Black with #011E03
Text Example
Text Example
White with #011E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E03; }
p { color: rgb(1,30,3); }
H1.HeaderClassName
{
color: #011E03;
}
.AnyTagClassName
{
color: #011E03;
}
</style>
background-color css
<style>
a { background-color: #011E03; }
a { background-color: rgb(1,30,3); }
div.DivClassName
{
background-color: #011E03;
}
.BgClassName
{
background-color: #011E03;
}
</style>
border-color css
<style>
span { border-color: #011E03; }
span { border-color: rgb(1,30,3); }
td.TdClassName
{
border-color: #011E03;
}
.TagClassName
{
border-color: #011E03;
}
</style>