Shades of Black #0A0403
Tints of Black #0A0403
RGB
CMYK
RGB Variations
Color information
#0A0403 (or 0x0A0403) is known color: Black. HEX triplet: 0A, 04 and 03. RGB value is (10,4,3). Sum of RGB (Red+Green+Blue) = 10+4+3=17 (2% of max value = 765). Red value is 10 (4.30% from 255 or 58.82% from 17); Green value is 4 (1.95% from 255 or 23.53% from 17); Blue value is 3 (1.56% from 255 or 17.65% from 17); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0403 is #F5FBFC. Grayscale: #050505. Windows color (decimal): -16120829 or 197642. OLE color: 197642.
HSL color Cylindrical-coordinate representation of color #0A0403: hue angle of 8.57º 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 #0A0403 is Cyan = 0, Magento = 0.6, Yellow = 0.70 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 4 | 3 | - |
| CMYK | 0 | 0.6 | 0.70 | 0.96 |
| HSL | 8.57º | 0.54% | 0.03% | - |
| HSV(B) | 8.57º | 0.7% | 0.04% | - |
| XYZ | 0.19 | 0.16 | 0.11 | - |
| YUV | 5.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 3 | 0 | 0.6 | 0.70 | 0.96 | 8.57 | 0.54 | 0.03 |
| Hex | A | 4 | 3 | 0 | 3C | 46 | 60 | 9 | 36 | 3 |
| Octal | 12 | 4 | 3 | 0 | 74 | 106 | 140 | 11 | 66 | 3 |
| Binary | 1010 | 100 | 11 | 0 | 111100 | 1000110 | 1100000 | 1001 | 110110 | 11 |
Color Harmonies of #0A0403
Complementary color
Monochromatic Colors of #0A0403
Black with #0A0403
Text Example
Text Example
White with #0A0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0403; }
p { color: rgb(10,4,3); }
H1.HeaderClassName
{
color: #0A0403;
}
.AnyTagClassName
{
color: #0A0403;
}
</style>
background-color css
<style>
a { background-color: #0A0403; }
a { background-color: rgb(10,4,3); }
div.DivClassName
{
background-color: #0A0403;
}
.BgClassName
{
background-color: #0A0403;
}
</style>
border-color css
<style>
span { border-color: #0A0403; }
span { border-color: rgb(10,4,3); }
td.TdClassName
{
border-color: #0A0403;
}
.TagClassName
{
border-color: #0A0403;
}
</style>