Shades of Black #060200
Tints of Black #060200
RGB
CMYK
RGB Variations
Color information
#060200 (or 0x060200) is known color: Black. HEX triplet: 06, 02 and 00. RGB value is (6,2,0). Sum of RGB (Red+Green+Blue) = 6+2+0=8 (1% of max value = 765). Red value is 6 (2.73% from 255 or 75% from 8); Green value is 2 (1.17% from 255 or 25% from 8); Blue value is 0 (0.39% from 255 or 0% from 8); Max value from RGB is 6 - color contains mainly: red. Hex color #060200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060200 is #F9FDFF. Grayscale: #020202. Windows color (decimal): -16383488 or 518. OLE color: 518.
HSL color Cylindrical-coordinate representation of color #060200: hue angle of 20º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060200 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.98.
Color convert
RGB | 6 | 2 | 0 | - |
CMYK | 0 | 0.67 | 1 | 0.98 |
HSL | 20º | 1% | 0.01% | - |
HSV(B) | 20º | 1% | 0.02% | - |
XYZ | 0.1 | 0.08 | 0.01 | - |
YUV | 2.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 2 | 0 | 0 | 0.67 | 1 | 0.98 | 20 | 1 | 0.01 |
Hex | 6 | 2 | 0 | 0 | 43 | 64 | 62 | 14 | 64 | 1 |
Octal | 6 | 2 | 0 | 0 | 103 | 144 | 142 | 24 | 144 | 1 |
Binary | 110 | 10 | 0 | 0 | 1000011 | 1100100 | 1100010 | 10100 | 1100100 | 1 |
Color Harmonies of #060200
Complementary color
Monochromatic Colors of #060200
Black with #060200
Text Example
Text Example
White with #060200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060200; }
p { color: rgb(6,2,0); }
H1.HeaderClassName
{
color: #060200;
}
.AnyTagClassName
{
color: #060200;
}
</style>
background-color css
<style>
a { background-color: #060200; }
a { background-color: rgb(6,2,0); }
div.DivClassName
{
background-color: #060200;
}
.BgClassName
{
background-color: #060200;
}
</style>
border-color css
<style>
span { border-color: #060200; }
span { border-color: rgb(6,2,0); }
td.TdClassName
{
border-color: #060200;
}
.TagClassName
{
border-color: #060200;
}
</style>