Shades of Black #0A0601
Tints of Black #0A0601
RGB
CMYK
RGB Variations
Color information
#0A0601 (or 0x0A0601) is known color: Black. HEX triplet: 0A, 06 and 01. RGB value is (10,6,1). Sum of RGB (Red+Green+Blue) = 10+6+1=17 (2% of max value = 765). Red value is 10 (4.30% from 255 or 58.82% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0601 is #F5F9FE. Grayscale: #060606. Windows color (decimal): -16120319 or 67082. OLE color: 67082.
HSL color Cylindrical-coordinate representation of color #0A0601: hue angle of 33.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 #0A0601 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 6 | 1 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.96 |
| HSL | 33.33º | 0.82% | 0.02% | - |
| HSV(B) | 33.33º | 0.9% | 0.04% | - |
| XYZ | 0.2 | 0.2 | 0.06 | - |
| YUV | 6.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 1 | 0 | 0.4 | 0.90 | 0.96 | 33.33 | 0.82 | 0.02 |
| Hex | A | 6 | 1 | 0 | 28 | 5A | 60 | 21 | 52 | 2 |
| Octal | 12 | 6 | 1 | 0 | 50 | 132 | 140 | 41 | 122 | 2 |
| Binary | 1010 | 110 | 1 | 0 | 101000 | 1011010 | 1100000 | 100001 | 1010010 | 10 |
Color Harmonies of #0A0601
Complementary color
Monochromatic Colors of #0A0601
Black with #0A0601
Text Example
Text Example
White with #0A0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0601; }
p { color: rgb(10,6,1); }
H1.HeaderClassName
{
color: #0A0601;
}
.AnyTagClassName
{
color: #0A0601;
}
</style>
background-color css
<style>
a { background-color: #0A0601; }
a { background-color: rgb(10,6,1); }
div.DivClassName
{
background-color: #0A0601;
}
.BgClassName
{
background-color: #0A0601;
}
</style>
border-color css
<style>
span { border-color: #0A0601; }
span { border-color: rgb(10,6,1); }
td.TdClassName
{
border-color: #0A0601;
}
.TagClassName
{
border-color: #0A0601;
}
</style>