Shades of Black #0A0301
Tints of Black #0A0301
RGB
CMYK
RGB Variations
Color information
#0A0301 (or 0x0A0301) is known color: Black. HEX triplet: 0A, 03 and 01. RGB value is (10,3,1). Sum of RGB (Red+Green+Blue) = 10+3+1=14 (1% of max value = 765). Red value is 10 (4.30% from 255 or 71.43% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0301 is #F5FCFE. Grayscale: #040404. Windows color (decimal): -16121087 or 66314. OLE color: 66314.
HSL color Cylindrical-coordinate representation of color #0A0301: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0301 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 3 | 1 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.96 |
| HSL | 13.33º | 0.82% | 0.02% | - |
| HSV(B) | 13.33º | 0.9% | 0.04% | - |
| XYZ | 0.16 | 0.13 | 0.05 | - |
| YUV | 4.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 1 | 0 | 0.70 | 0.90 | 0.96 | 13.33 | 0.82 | 0.02 |
| Hex | A | 3 | 1 | 0 | 46 | 5A | 60 | D | 52 | 2 |
| Octal | 12 | 3 | 1 | 0 | 106 | 132 | 140 | 15 | 122 | 2 |
| Binary | 1010 | 11 | 1 | 0 | 1000110 | 1011010 | 1100000 | 1101 | 1010010 | 10 |
Color Harmonies of #0A0301
Complementary color
Monochromatic Colors of #0A0301
Black with #0A0301
Text Example
Text Example
White with #0A0301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0301; }
p { color: rgb(10,3,1); }
H1.HeaderClassName
{
color: #0A0301;
}
.AnyTagClassName
{
color: #0A0301;
}
</style>
background-color css
<style>
a { background-color: #0A0301; }
a { background-color: rgb(10,3,1); }
div.DivClassName
{
background-color: #0A0301;
}
.BgClassName
{
background-color: #0A0301;
}
</style>
border-color css
<style>
span { border-color: #0A0301; }
span { border-color: rgb(10,3,1); }
td.TdClassName
{
border-color: #0A0301;
}
.TagClassName
{
border-color: #0A0301;
}
</style>