Shades of Black #0A0602
Tints of Black #0A0602
RGB
CMYK
RGB Variations
Color information
#0A0602 (or 0x0A0602) is known color: Black. HEX triplet: 0A, 06 and 02. RGB value is (10,6,2). Sum of RGB (Red+Green+Blue) = 10+6+2=18 (2% of max value = 765). Red value is 10 (4.30% from 255 or 55.56% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0602 is #F5F9FD. Grayscale: #060606. Windows color (decimal): -16120318 or 132618. OLE color: 132618.
HSL color Cylindrical-coordinate representation of color #0A0602: hue angle of 30º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A0602 is Cyan = 0, Magento = 0.4, Yellow = 0.8 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 6 | 2 | - |
| CMYK | 0 | 0.4 | 0.8 | 0.96 |
| HSL | 30º | 0.67% | 0.02% | - |
| HSV(B) | 30º | 0.8% | 0.04% | - |
| XYZ | 0.2 | 0.2 | 0.09 | - |
| YUV | 6.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 2 | 0 | 0.4 | 0.8 | 0.96 | 30 | 0.67 | 0.02 |
| Hex | A | 6 | 2 | 0 | 28 | 50 | 60 | 1E | 43 | 2 |
| Octal | 12 | 6 | 2 | 0 | 50 | 120 | 140 | 36 | 103 | 2 |
| Binary | 1010 | 110 | 10 | 0 | 101000 | 1010000 | 1100000 | 11110 | 1000011 | 10 |
Color Harmonies of #0A0602
Complementary color
Monochromatic Colors of #0A0602
Black with #0A0602
Text Example
Text Example
White with #0A0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0602; }
p { color: rgb(10,6,2); }
H1.HeaderClassName
{
color: #0A0602;
}
.AnyTagClassName
{
color: #0A0602;
}
</style>
background-color css
<style>
a { background-color: #0A0602; }
a { background-color: rgb(10,6,2); }
div.DivClassName
{
background-color: #0A0602;
}
.BgClassName
{
background-color: #0A0602;
}
</style>
border-color css
<style>
span { border-color: #0A0602; }
span { border-color: rgb(10,6,2); }
td.TdClassName
{
border-color: #0A0602;
}
.TagClassName
{
border-color: #0A0602;
}
</style>