Shades of Black #0A0504
Tints of Black #0A0504
RGB
CMYK
RGB Variations
Color information
#0A0504 (or 0x0A0504) is known color: Black. HEX triplet: 0A, 05 and 04. RGB value is (10,5,4). Sum of RGB (Red+Green+Blue) = 10+5+4=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 5 (2.34% from 255 or 26.32% from 19); Blue value is 4 (1.95% from 255 or 21.05% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0504 is #F5FAFB. Grayscale: #060606. Windows color (decimal): -16120572 or 263434. OLE color: 263434.
HSL color Cylindrical-coordinate representation of color #0A0504: hue angle of 10º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A0504 is Cyan = 0, Magento = 0.50, Yellow = 0.6 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 5 | 4 | - |
| CMYK | 0 | 0.50 | 0.6 | 0.96 |
| HSL | 10º | 0.43% | 0.03% | - |
| HSV(B) | 10º | 0.6% | 0.04% | - |
| XYZ | 0.2 | 0.18 | 0.14 | - |
| YUV | 6.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 4 | 0 | 0.50 | 0.6 | 0.96 | 10 | 0.43 | 0.03 |
| Hex | A | 5 | 4 | 0 | 32 | 3C | 60 | A | 2B | 3 |
| Octal | 12 | 5 | 4 | 0 | 62 | 74 | 140 | 12 | 53 | 3 |
| Binary | 1010 | 101 | 100 | 0 | 110010 | 111100 | 1100000 | 1010 | 101011 | 11 |
Color Harmonies of #0A0504
Complementary color
Monochromatic Colors of #0A0504
Black with #0A0504
Text Example
Text Example
White with #0A0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0504; }
p { color: rgb(10,5,4); }
H1.HeaderClassName
{
color: #0A0504;
}
.AnyTagClassName
{
color: #0A0504;
}
</style>
background-color css
<style>
a { background-color: #0A0504; }
a { background-color: rgb(10,5,4); }
div.DivClassName
{
background-color: #0A0504;
}
.BgClassName
{
background-color: #0A0504;
}
</style>
border-color css
<style>
span { border-color: #0A0504; }
span { border-color: rgb(10,5,4); }
td.TdClassName
{
border-color: #0A0504;
}
.TagClassName
{
border-color: #0A0504;
}
</style>