Shades of Black #1A0502
Tints of Black #1A0502
RGB
CMYK
RGB Variations
Color information
#1A0502 (or 0x1A0502) is known color: Black. HEX triplet: 1A, 05 and 02. RGB value is (26,5,2). Sum of RGB (Red+Green+Blue) = 26+5+2=33 (4% of max value = 765). Red value is 26 (10.55% from 255 or 78.79% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0502 is #E5FAFD. Grayscale: #0A0A0A. Windows color (decimal): -15071998 or 132378. OLE color: 132378.
HSL color Cylindrical-coordinate representation of color #1A0502: hue angle of 7.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A0502 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 5 | 2 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.90 |
| HSL | 7.5º | 0.86% | 0.05% | - |
| HSV(B) | 7.5º | 0.92% | 0.1% | - |
| XYZ | 0.49 | 0.33 | 0.1 | - |
| YUV | 10.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 2 | 0 | 0.81 | 0.92 | 0.90 | 7.5 | 0.86 | 0.05 |
| Hex | 1A | 5 | 2 | 0 | 51 | 5C | 5A | 8 | 56 | 5 |
| Octal | 32 | 5 | 2 | 0 | 121 | 134 | 132 | 10 | 126 | 5 |
| Binary | 11010 | 101 | 10 | 0 | 1010001 | 1011100 | 1011010 | 1000 | 1010110 | 101 |
Color Harmonies of #1A0502
Complementary color
Monochromatic Colors of #1A0502
Black with #1A0502
Text Example
Text Example
White with #1A0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0502; }
p { color: rgb(26,5,2); }
H1.HeaderClassName
{
color: #1A0502;
}
.AnyTagClassName
{
color: #1A0502;
}
</style>
background-color css
<style>
a { background-color: #1A0502; }
a { background-color: rgb(26,5,2); }
div.DivClassName
{
background-color: #1A0502;
}
.BgClassName
{
background-color: #1A0502;
}
</style>
border-color css
<style>
span { border-color: #1A0502; }
span { border-color: rgb(26,5,2); }
td.TdClassName
{
border-color: #1A0502;
}
.TagClassName
{
border-color: #1A0502;
}
</style>