Shades of Black #0A0600
Tints of Black #0A0600
RGB
CMYK
RGB Variations
Color information
#0A0600 (or 0x0A0600) is known color: Black. HEX triplet: 0A, 06 and 00. RGB value is (10,6,0). Sum of RGB (Red+Green+Blue) = 10+6+0=16 (2% of max value = 765). Red value is 10 (4.30% from 255 or 62.5% from 16); Green value is 6 (2.73% from 255 or 37.5% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0600 is #F5F9FF. Grayscale: #060606. Windows color (decimal): -16120320 or 1546. OLE color: 1546.
HSL color Cylindrical-coordinate representation of color #0A0600: hue angle of 36º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0600 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 6 | 0 | - |
CMYK | 0 | 0.4 | 1 | 0.96 |
HSL | 36º | 1% | 0.02% | - |
HSV(B) | 36º | 1% | 0.04% | - |
XYZ | 0.19 | 0.19 | 0.03 | - |
YUV | 6.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 6 | 0 | 0 | 0.4 | 1 | 0.96 | 36 | 1 | 0.02 |
Hex | A | 6 | 0 | 0 | 28 | 64 | 60 | 24 | 64 | 2 |
Octal | 12 | 6 | 0 | 0 | 50 | 144 | 140 | 44 | 144 | 2 |
Binary | 1010 | 110 | 0 | 0 | 101000 | 1100100 | 1100000 | 100100 | 1100100 | 10 |
Color Harmonies of #0A0600
Complementary color
Monochromatic Colors of #0A0600
Black with #0A0600
Text Example
Text Example
White with #0A0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0600; }
p { color: rgb(10,6,0); }
H1.HeaderClassName
{
color: #0A0600;
}
.AnyTagClassName
{
color: #0A0600;
}
</style>
background-color css
<style>
a { background-color: #0A0600; }
a { background-color: rgb(10,6,0); }
div.DivClassName
{
background-color: #0A0600;
}
.BgClassName
{
background-color: #0A0600;
}
</style>
border-color css
<style>
span { border-color: #0A0600; }
span { border-color: rgb(10,6,0); }
td.TdClassName
{
border-color: #0A0600;
}
.TagClassName
{
border-color: #0A0600;
}
</style>