Shades of Black #060202
Tints of Black #060202
RGB
CMYK
RGB Variations
Color information
#060202 (or 0x060202) is known color: Black. HEX triplet: 06, 02 and 02. RGB value is (6,2,2). Sum of RGB (Red+Green+Blue) = 6+2+2=10 (1% of max value = 765). Red value is 6 (2.73% from 255 or 60% from 10); Green value is 2 (1.17% from 255 or 20% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 6 - color contains mainly: red. Hex color #060202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060202 is #F9FDFD. Grayscale: #030303. Windows color (decimal): -16383486 or 131590. OLE color: 131590.
HSL color Cylindrical-coordinate representation of color #060202: hue angle of 0º 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 #060202 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 6 | 2 | 2 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.98 |
| HSL | 0º | 0.5% | 0.02% | - |
| HSV(B) | 0º | 0.67% | 0.02% | - |
| XYZ | 0.11 | 0.09 | 0.07 | - |
| YUV | 3.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 2 | 0 | 0.67 | 0.67 | 0.98 | 0 | 0.5 | 0.02 |
| Hex | 6 | 2 | 2 | 0 | 43 | 43 | 62 | 0 | 32 | 2 |
| Octal | 6 | 2 | 2 | 0 | 103 | 103 | 142 | 0 | 62 | 2 |
| Binary | 110 | 10 | 10 | 0 | 1000011 | 1000011 | 1100010 | 0 | 110010 | 10 |
Color Harmonies of #060202
Complementary color
Monochromatic Colors of #060202
Black with #060202
Text Example
Text Example
White with #060202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060202; }
p { color: rgb(6,2,2); }
H1.HeaderClassName
{
color: #060202;
}
.AnyTagClassName
{
color: #060202;
}
</style>
background-color css
<style>
a { background-color: #060202; }
a { background-color: rgb(6,2,2); }
div.DivClassName
{
background-color: #060202;
}
.BgClassName
{
background-color: #060202;
}
</style>
border-color css
<style>
span { border-color: #060202; }
span { border-color: rgb(6,2,2); }
td.TdClassName
{
border-color: #060202;
}
.TagClassName
{
border-color: #060202;
}
</style>