Shades of Black #1A0400
Tints of Black #1A0400
RGB
CMYK
RGB Variations
Color information
#1A0400 (or 0x1A0400) is known color: Black. HEX triplet: 1A, 04 and 00. RGB value is (26,4,0). Sum of RGB (Red+Green+Blue) = 26+4+0=30 (3% of max value = 765). Red value is 26 (10.55% from 255 or 86.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0400 is #E5FBFF. Grayscale: #0A0A0A. Windows color (decimal): -15072256 or 1050. OLE color: 1050.
HSL color Cylindrical-coordinate representation of color #1A0400: hue angle of 9.23º 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 #1A0400 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 4 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.90 |
| HSL | 9.23º | 1% | 0.05% | - |
| HSV(B) | 9.23º | 1% | 0.1% | - |
| XYZ | 0.47 | 0.31 | 0.03 | - |
| YUV | 10.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 0 | 0 | 0.85 | 1 | 0.90 | 9.23 | 1 | 0.05 |
| Hex | 1A | 4 | 0 | 0 | 55 | 64 | 5A | 9 | 64 | 5 |
| Octal | 32 | 4 | 0 | 0 | 125 | 144 | 132 | 11 | 144 | 5 |
| Binary | 11010 | 100 | 0 | 0 | 1010101 | 1100100 | 1011010 | 1001 | 1100100 | 101 |
Color Harmonies of #1A0400
Complementary color
Monochromatic Colors of #1A0400
Black with #1A0400
Text Example
Text Example
White with #1A0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0400; }
p { color: rgb(26,4,0); }
H1.HeaderClassName
{
color: #1A0400;
}
.AnyTagClassName
{
color: #1A0400;
}
</style>
background-color css
<style>
a { background-color: #1A0400; }
a { background-color: rgb(26,4,0); }
div.DivClassName
{
background-color: #1A0400;
}
.BgClassName
{
background-color: #1A0400;
}
</style>
border-color css
<style>
span { border-color: #1A0400; }
span { border-color: rgb(26,4,0); }
td.TdClassName
{
border-color: #1A0400;
}
.TagClassName
{
border-color: #1A0400;
}
</style>