Shades of Black Bean #001E03
Tints of Black Bean #001E03
RGB
CMYK
RGB Variations
Color information
#001E03 (or 0x001E03) is known color: Black Bean. HEX triplet: 00, 1E and 03. RGB value is (0,30,3). Sum of RGB (Red+Green+Blue) = 0+30+3=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 30 (12.11% from 255 or 90.91% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 30 - color contains mainly: green. Hex color #001E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E03 is #FFE1FC. Grayscale: #121212. Windows color (decimal): -16769533 or 204288. OLE color: 204288.
HSL color Cylindrical-coordinate representation of color #001E03: hue angle of 126º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E03 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 30 | 3 | - |
| CMYK | 1 | 0 | 0.90 | 0.88 |
| HSL | 126º | 1% | 0.06% | - |
| HSV(B) | 126º | 1% | 0.12% | - |
| XYZ | 0.48 | 0.94 | 0.24 | - |
| YUV | 17.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 3 | 1 | 0 | 0.90 | 0.88 | 126 | 1 | 0.06 |
| Hex | 0 | 1E | 3 | 64 | 0 | 5A | 58 | 7E | 64 | 6 |
| Octal | 0 | 36 | 3 | 144 | 0 | 132 | 130 | 176 | 144 | 6 |
| Binary | 0 | 11110 | 11 | 1100100 | 0 | 1011010 | 1011000 | 1111110 | 1100100 | 110 |
Color Harmonies of #001E03
Complementary color
Monochromatic Colors of #001E03
Black with #001E03
Text Example
Text Example
White with #001E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E03; }
p { color: rgb(0,30,3); }
H1.HeaderClassName
{
color: #001E03;
}
.AnyTagClassName
{
color: #001E03;
}
</style>
background-color css
<style>
a { background-color: #001E03; }
a { background-color: rgb(0,30,3); }
div.DivClassName
{
background-color: #001E03;
}
.BgClassName
{
background-color: #001E03;
}
</style>
border-color css
<style>
span { border-color: #001E03; }
span { border-color: rgb(0,30,3); }
td.TdClassName
{
border-color: #001E03;
}
.TagClassName
{
border-color: #001E03;
}
</style>