Shades of Black Bean #021C06
Tints of Black Bean #021C06
RGB
CMYK
RGB Variations
Color information
#021C06 (or 0x021C06) is known color: Black Bean. HEX triplet: 02, 1C and 06. RGB value is (2,28,6). Sum of RGB (Red+Green+Blue) = 2+28+6=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 28 (11.33% from 255 or 77.78% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 28 - color contains mainly: green. Hex color #021C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C06 is #FDE3F9. Grayscale: #111111. Windows color (decimal): -16638970 or 400386. OLE color: 400386.
HSL color Cylindrical-coordinate representation of color #021C06: hue angle of 129.23º 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 #021C06 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 6 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.89 |
| HSL | 129.23º | 0.87% | 0.06% | - |
| HSV(B) | 129.23º | 0.93% | 0.11% | - |
| XYZ | 0.47 | 0.86 | 0.31 | - |
| YUV | 17.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 6 | 0.93 | 0 | 0.79 | 0.89 | 129.23 | 0.87 | 0.06 |
| Hex | 2 | 1C | 6 | 5D | 0 | 4F | 59 | 81 | 57 | 6 |
| Octal | 2 | 34 | 6 | 135 | 0 | 117 | 131 | 201 | 127 | 6 |
| Binary | 10 | 11100 | 110 | 1011101 | 0 | 1001111 | 1011001 | 10000001 | 1010111 | 110 |
Color Harmonies of #021C06
Complementary color
Monochromatic Colors of #021C06
Black with #021C06
Text Example
Text Example
White with #021C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C06; }
p { color: rgb(2,28,6); }
H1.HeaderClassName
{
color: #021C06;
}
.AnyTagClassName
{
color: #021C06;
}
</style>
background-color css
<style>
a { background-color: #021C06; }
a { background-color: rgb(2,28,6); }
div.DivClassName
{
background-color: #021C06;
}
.BgClassName
{
background-color: #021C06;
}
</style>
border-color css
<style>
span { border-color: #021C06; }
span { border-color: rgb(2,28,6); }
td.TdClassName
{
border-color: #021C06;
}
.TagClassName
{
border-color: #021C06;
}
</style>