Shades of Black #1A0602
Tints of Black #1A0602
RGB
CMYK
RGB Variations
Color information
#1A0602 (or 0x1A0602) is known color: Black. HEX triplet: 1A, 06 and 02. RGB value is (26,6,2). Sum of RGB (Red+Green+Blue) = 26+6+2=34 (4% of max value = 765). Red value is 26 (10.55% from 255 or 76.47% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0602 is #E5F9FD. Grayscale: #0B0B0B. Windows color (decimal): -15071742 or 132634. OLE color: 132634.
HSL color Cylindrical-coordinate representation of color #1A0602: hue angle of 10º 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 #1A0602 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 6 | 2 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.90 |
| HSL | 10º | 0.86% | 0.05% | - |
| HSV(B) | 10º | 0.92% | 0.1% | - |
| XYZ | 0.5 | 0.35 | 0.1 | - |
| YUV | 11.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 2 | 0 | 0.77 | 0.92 | 0.90 | 10 | 0.86 | 0.05 |
| Hex | 1A | 6 | 2 | 0 | 4D | 5C | 5A | A | 56 | 5 |
| Octal | 32 | 6 | 2 | 0 | 115 | 134 | 132 | 12 | 126 | 5 |
| Binary | 11010 | 110 | 10 | 0 | 1001101 | 1011100 | 1011010 | 1010 | 1010110 | 101 |
Color Harmonies of #1A0602
Complementary color
Monochromatic Colors of #1A0602
Black with #1A0602
Text Example
Text Example
White with #1A0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0602; }
p { color: rgb(26,6,2); }
H1.HeaderClassName
{
color: #1A0602;
}
.AnyTagClassName
{
color: #1A0602;
}
</style>
background-color css
<style>
a { background-color: #1A0602; }
a { background-color: rgb(26,6,2); }
div.DivClassName
{
background-color: #1A0602;
}
.BgClassName
{
background-color: #1A0602;
}
</style>
border-color css
<style>
span { border-color: #1A0602; }
span { border-color: rgb(26,6,2); }
td.TdClassName
{
border-color: #1A0602;
}
.TagClassName
{
border-color: #1A0602;
}
</style>