Shades of Black #1A0600
Tints of Black #1A0600
RGB
CMYK
RGB Variations
Color information
#1A0600 (or 0x1A0600) is known color: Black. HEX triplet: 1A, 06 and 00. RGB value is (26,6,0). Sum of RGB (Red+Green+Blue) = 26+6+0=32 (4% of max value = 765). Red value is 26 (10.55% from 255 or 81.25% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0600 is #E5F9FF. Grayscale: #0B0B0B. Windows color (decimal): -15071744 or 1562. OLE color: 1562.
HSL color Cylindrical-coordinate representation of color #1A0600: hue angle of 13.85º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0600 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 6 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.90 |
| HSL | 13.85º | 1% | 0.05% | - |
| HSV(B) | 13.85º | 1% | 0.1% | - |
| XYZ | 0.49 | 0.35 | 0.04 | - |
| YUV | 11.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 0 | 0 | 0.77 | 1 | 0.90 | 13.85 | 1 | 0.05 |
| Hex | 1A | 6 | 0 | 0 | 4D | 64 | 5A | E | 64 | 5 |
| Octal | 32 | 6 | 0 | 0 | 115 | 144 | 132 | 16 | 144 | 5 |
| Binary | 11010 | 110 | 0 | 0 | 1001101 | 1100100 | 1011010 | 1110 | 1100100 | 101 |
Color Harmonies of #1A0600
Complementary color
Monochromatic Colors of #1A0600
Black with #1A0600
Text Example
Text Example
White with #1A0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0600; }
p { color: rgb(26,6,0); }
H1.HeaderClassName
{
color: #1A0600;
}
.AnyTagClassName
{
color: #1A0600;
}
</style>
background-color css
<style>
a { background-color: #1A0600; }
a { background-color: rgb(26,6,0); }
div.DivClassName
{
background-color: #1A0600;
}
.BgClassName
{
background-color: #1A0600;
}
</style>
border-color css
<style>
span { border-color: #1A0600; }
span { border-color: rgb(26,6,0); }
td.TdClassName
{
border-color: #1A0600;
}
.TagClassName
{
border-color: #1A0600;
}
</style>