Shades of Black Bean #021A06
Tints of Black Bean #021A06
RGB
CMYK
RGB Variations
Color information
#021A06 (or 0x021A06) is known color: Black Bean. HEX triplet: 02, 1A and 06. RGB value is (2,26,6). Sum of RGB (Red+Green+Blue) = 2+26+6=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 26 (10.55% from 255 or 76.47% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 26 - color contains mainly: green. Hex color #021A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A06 is #FDE5F9. Grayscale: #101010. Windows color (decimal): -16639482 or 399874. OLE color: 399874.
HSL color Cylindrical-coordinate representation of color #021A06: hue angle of 130º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021A06 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 26 | 6 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.90 |
| HSL | 130º | 0.86% | 0.05% | - |
| HSV(B) | 130º | 0.92% | 0.1% | - |
| XYZ | 0.43 | 0.76 | 0.3 | - |
| YUV | 16.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 6 | 0.92 | 0 | 0.77 | 0.90 | 130 | 0.86 | 0.05 |
| Hex | 2 | 1A | 6 | 5C | 0 | 4D | 5A | 82 | 56 | 5 |
| Octal | 2 | 32 | 6 | 134 | 0 | 115 | 132 | 202 | 126 | 5 |
| Binary | 10 | 11010 | 110 | 1011100 | 0 | 1001101 | 1011010 | 10000010 | 1010110 | 101 |
Color Harmonies of #021A06
Complementary color
Monochromatic Colors of #021A06
Black with #021A06
Text Example
Text Example
White with #021A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A06; }
p { color: rgb(2,26,6); }
H1.HeaderClassName
{
color: #021A06;
}
.AnyTagClassName
{
color: #021A06;
}
</style>
background-color css
<style>
a { background-color: #021A06; }
a { background-color: rgb(2,26,6); }
div.DivClassName
{
background-color: #021A06;
}
.BgClassName
{
background-color: #021A06;
}
</style>
border-color css
<style>
span { border-color: #021A06; }
span { border-color: rgb(2,26,6); }
td.TdClassName
{
border-color: #021A06;
}
.TagClassName
{
border-color: #021A06;
}
</style>