Shades of Black #1A0500
Tints of Black #1A0500
RGB
CMYK
RGB Variations
Color information
#1A0500 (or 0x1A0500) is known color: Black. HEX triplet: 1A, 05 and 00. RGB value is (26,5,0). Sum of RGB (Red+Green+Blue) = 26+5+0=31 (4% of max value = 765). Red value is 26 (10.55% from 255 or 83.87% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0500 is #E5FAFF. Grayscale: #0A0A0A. Windows color (decimal): -15072000 or 1306. OLE color: 1306.
HSL color Cylindrical-coordinate representation of color #1A0500: hue angle of 11.54º 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 #1A0500 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 5 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.90 |
| HSL | 11.54º | 1% | 0.05% | - |
| HSV(B) | 11.54º | 1% | 0.1% | - |
| XYZ | 0.48 | 0.33 | 0.04 | - |
| YUV | 10.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 0 | 0 | 0.81 | 1 | 0.90 | 11.54 | 1 | 0.05 |
| Hex | 1A | 5 | 0 | 0 | 51 | 64 | 5A | C | 64 | 5 |
| Octal | 32 | 5 | 0 | 0 | 121 | 144 | 132 | 14 | 144 | 5 |
| Binary | 11010 | 101 | 0 | 0 | 1010001 | 1100100 | 1011010 | 1100 | 1100100 | 101 |
Color Harmonies of #1A0500
Complementary color
Monochromatic Colors of #1A0500
Black with #1A0500
Text Example
Text Example
White with #1A0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0500; }
p { color: rgb(26,5,0); }
H1.HeaderClassName
{
color: #1A0500;
}
.AnyTagClassName
{
color: #1A0500;
}
</style>
background-color css
<style>
a { background-color: #1A0500; }
a { background-color: rgb(26,5,0); }
div.DivClassName
{
background-color: #1A0500;
}
.BgClassName
{
background-color: #1A0500;
}
</style>
border-color css
<style>
span { border-color: #1A0500; }
span { border-color: rgb(26,5,0); }
td.TdClassName
{
border-color: #1A0500;
}
.TagClassName
{
border-color: #1A0500;
}
</style>