Shades of Black Bean #021D04
Tints of Black Bean #021D04
RGB
CMYK
RGB Variations
Color information
#021D04 (or 0x021D04) is known color: Black Bean. HEX triplet: 02, 1D and 04. RGB value is (2,29,4). Sum of RGB (Red+Green+Blue) = 2+29+4=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 29 (11.72% from 255 or 82.86% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 29 - color contains mainly: green. Hex color #021D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D04 is #FDE2FB. Grayscale: #121212. Windows color (decimal): -16638716 or 269570. OLE color: 269570.
HSL color Cylindrical-coordinate representation of color #021D04: hue angle of 124.44º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D04 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 29 | 4 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.89 |
| HSL | 124.44º | 0.87% | 0.06% | - |
| HSV(B) | 124.44º | 0.93% | 0.11% | - |
| XYZ | 0.49 | 0.9 | 0.26 | - |
| YUV | 18.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 4 | 0.93 | 0 | 0.86 | 0.89 | 124.44 | 0.87 | 0.06 |
| Hex | 2 | 1D | 4 | 5D | 0 | 56 | 59 | 7C | 57 | 6 |
| Octal | 2 | 35 | 4 | 135 | 0 | 126 | 131 | 174 | 127 | 6 |
| Binary | 10 | 11101 | 100 | 1011101 | 0 | 1010110 | 1011001 | 1111100 | 1010111 | 110 |
Color Harmonies of #021D04
Complementary color
Monochromatic Colors of #021D04
Black with #021D04
Text Example
Text Example
White with #021D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D04; }
p { color: rgb(2,29,4); }
H1.HeaderClassName
{
color: #021D04;
}
.AnyTagClassName
{
color: #021D04;
}
</style>
background-color css
<style>
a { background-color: #021D04; }
a { background-color: rgb(2,29,4); }
div.DivClassName
{
background-color: #021D04;
}
.BgClassName
{
background-color: #021D04;
}
</style>
border-color css
<style>
span { border-color: #021D04; }
span { border-color: rgb(2,29,4); }
td.TdClassName
{
border-color: #021D04;
}
.TagClassName
{
border-color: #021D04;
}
</style>