Shades of Black #0A0603
Tints of Black #0A0603
RGB
CMYK
RGB Variations
Color information
#0A0603 (or 0x0A0603) is known color: Black. HEX triplet: 0A, 06 and 03. RGB value is (10,6,3). Sum of RGB (Red+Green+Blue) = 10+6+3=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 6 (2.73% from 255 or 31.58% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0603 is #F5F9FC. Grayscale: #060606. Windows color (decimal): -16120317 or 198154. OLE color: 198154.
HSL color Cylindrical-coordinate representation of color #0A0603: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A0603 is Cyan = 0, Magento = 0.4, Yellow = 0.70 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 6 | 3 | - |
| CMYK | 0 | 0.4 | 0.70 | 0.96 |
| HSL | 25.71º | 0.54% | 0.03% | - |
| HSV(B) | 25.71º | 0.7% | 0.04% | - |
| XYZ | 0.21 | 0.2 | 0.11 | - |
| YUV | 6.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 3 | 0 | 0.4 | 0.70 | 0.96 | 25.71 | 0.54 | 0.03 |
| Hex | A | 6 | 3 | 0 | 28 | 46 | 60 | 1A | 36 | 3 |
| Octal | 12 | 6 | 3 | 0 | 50 | 106 | 140 | 32 | 66 | 3 |
| Binary | 1010 | 110 | 11 | 0 | 101000 | 1000110 | 1100000 | 11010 | 110110 | 11 |
Color Harmonies of #0A0603
Complementary color
Monochromatic Colors of #0A0603
Black with #0A0603
Text Example
Text Example
White with #0A0603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0603; }
p { color: rgb(10,6,3); }
H1.HeaderClassName
{
color: #0A0603;
}
.AnyTagClassName
{
color: #0A0603;
}
</style>
background-color css
<style>
a { background-color: #0A0603; }
a { background-color: rgb(10,6,3); }
div.DivClassName
{
background-color: #0A0603;
}
.BgClassName
{
background-color: #0A0603;
}
</style>
border-color css
<style>
span { border-color: #0A0603; }
span { border-color: rgb(10,6,3); }
td.TdClassName
{
border-color: #0A0603;
}
.TagClassName
{
border-color: #0A0603;
}
</style>