Shades of Black Bean #020602
Tints of Black Bean #020602
RGB
CMYK
RGB Variations
Color information
#020602 (or 0x020602) is known color: Black Bean. HEX triplet: 02, 06 and 02. RGB value is (2,6,2). Sum of RGB (Red+Green+Blue) = 2+6+2=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 6 (2.73% from 255 or 60% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 6 - color contains mainly: green. Hex color #020602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020602 is #FDF9FD. Grayscale: #040404. Windows color (decimal): -16644606 or 132610. OLE color: 132610.
HSL color Cylindrical-coordinate representation of color #020602: hue angle of 120º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #020602 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.98.
Color convert
RGB | 2 | 6 | 2 | - |
CMYK | 0.67 | 0 | 0.67 | 0.98 |
HSL | 120º | 0.5% | 0.02% | - |
HSV(B) | 120º | 0.67% | 0.02% | - |
XYZ | 0.1 | 0.15 | 0.08 | - |
YUV | 4.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 6 | 2 | 0.67 | 0 | 0.67 | 0.98 | 120 | 0.5 | 0.02 |
Hex | 2 | 6 | 2 | 43 | 0 | 43 | 62 | 78 | 32 | 2 |
Octal | 2 | 6 | 2 | 103 | 0 | 103 | 142 | 170 | 62 | 2 |
Binary | 10 | 110 | 10 | 1000011 | 0 | 1000011 | 1100010 | 1111000 | 110010 | 10 |
Color Harmonies of #020602
Complementary color
Monochromatic Colors of #020602
Black with #020602
Text Example
Text Example
White with #020602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020602; }
p { color: rgb(2,6,2); }
H1.HeaderClassName
{
color: #020602;
}
.AnyTagClassName
{
color: #020602;
}
</style>
background-color css
<style>
a { background-color: #020602; }
a { background-color: rgb(2,6,2); }
div.DivClassName
{
background-color: #020602;
}
.BgClassName
{
background-color: #020602;
}
</style>
border-color css
<style>
span { border-color: #020602; }
span { border-color: rgb(2,6,2); }
td.TdClassName
{
border-color: #020602;
}
.TagClassName
{
border-color: #020602;
}
</style>