Shades of Black Bean #001E05
Tints of Black Bean #001E05
RGB
CMYK
RGB Variations
Color information
#001E05 (or 0x001E05) is known color: Black Bean. HEX triplet: 00, 1E and 05. RGB value is (0,30,5). Sum of RGB (Red+Green+Blue) = 0+30+5=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 30 (12.11% from 255 or 85.71% from 35); Blue value is 5 (2.34% from 255 or 14.29% from 35); Max value from RGB is 30 - color contains mainly: green. Hex color #001E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E05 is #FFE1FA. Grayscale: #121212. Windows color (decimal): -16769531 or 335360. OLE color: 335360.
HSL color Cylindrical-coordinate representation of color #001E05: hue angle of 130º 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 #001E05 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 30 | 5 | - |
| CMYK | 1 | 0 | 0.83 | 0.88 |
| HSL | 130º | 1% | 0.06% | - |
| HSV(B) | 130º | 1% | 0.12% | - |
| XYZ | 0.49 | 0.94 | 0.3 | - |
| YUV | 18.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 5 | 1 | 0 | 0.83 | 0.88 | 130 | 1 | 0.06 |
| Hex | 0 | 1E | 5 | 64 | 0 | 53 | 58 | 82 | 64 | 6 |
| Octal | 0 | 36 | 5 | 144 | 0 | 123 | 130 | 202 | 144 | 6 |
| Binary | 0 | 11110 | 101 | 1100100 | 0 | 1010011 | 1011000 | 10000010 | 1100100 | 110 |
Color Harmonies of #001E05
Complementary color
Monochromatic Colors of #001E05
Black with #001E05
Text Example
Text Example
White with #001E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E05; }
p { color: rgb(0,30,5); }
H1.HeaderClassName
{
color: #001E05;
}
.AnyTagClassName
{
color: #001E05;
}
</style>
background-color css
<style>
a { background-color: #001E05; }
a { background-color: rgb(0,30,5); }
div.DivClassName
{
background-color: #001E05;
}
.BgClassName
{
background-color: #001E05;
}
</style>
border-color css
<style>
span { border-color: #001E05; }
span { border-color: rgb(0,30,5); }
td.TdClassName
{
border-color: #001E05;
}
.TagClassName
{
border-color: #001E05;
}
</style>