Shades of Black Bean #021E04
Tints of Black Bean #021E04
RGB
CMYK
RGB Variations
Color information
#021E04 (or 0x021E04) is known color: Black Bean. HEX triplet: 02, 1E and 04. RGB value is (2,30,4). Sum of RGB (Red+Green+Blue) = 2+30+4=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 30 (12.11% from 255 or 83.33% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 30 - color contains mainly: green. Hex color #021E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E04 is #FDE1FB. Grayscale: #121212. Windows color (decimal): -16638460 or 269826. OLE color: 269826.
HSL color Cylindrical-coordinate representation of color #021E04: hue angle of 124.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E04 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 4 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.88 |
| HSL | 124.29º | 0.88% | 0.06% | - |
| HSV(B) | 124.29º | 0.93% | 0.12% | - |
| XYZ | 0.51 | 0.95 | 0.27 | - |
| YUV | 18.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 4 | 0.93 | 0 | 0.87 | 0.88 | 124.29 | 0.88 | 0.06 |
| Hex | 2 | 1E | 4 | 5D | 0 | 57 | 58 | 7C | 58 | 6 |
| Octal | 2 | 36 | 4 | 135 | 0 | 127 | 130 | 174 | 130 | 6 |
| Binary | 10 | 11110 | 100 | 1011101 | 0 | 1010111 | 1011000 | 1111100 | 1011000 | 110 |
Color Harmonies of #021E04
Complementary color
Monochromatic Colors of #021E04
Black with #021E04
Text Example
Text Example
White with #021E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E04; }
p { color: rgb(2,30,4); }
H1.HeaderClassName
{
color: #021E04;
}
.AnyTagClassName
{
color: #021E04;
}
</style>
background-color css
<style>
a { background-color: #021E04; }
a { background-color: rgb(2,30,4); }
div.DivClassName
{
background-color: #021E04;
}
.BgClassName
{
background-color: #021E04;
}
</style>
border-color css
<style>
span { border-color: #021E04; }
span { border-color: rgb(2,30,4); }
td.TdClassName
{
border-color: #021E04;
}
.TagClassName
{
border-color: #021E04;
}
</style>