Shades of Black #1A0601
Tints of Black #1A0601
RGB
CMYK
RGB Variations
Color information
#1A0601 (or 0x1A0601) is known color: Black. HEX triplet: 1A, 06 and 01. RGB value is (26,6,1). Sum of RGB (Red+Green+Blue) = 26+6+1=33 (4% of max value = 765). Red value is 26 (10.55% from 255 or 78.79% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0601 is #E5F9FE. Grayscale: #0B0B0B. Windows color (decimal): -15071743 or 67098. OLE color: 67098.
HSL color Cylindrical-coordinate representation of color #1A0601: hue angle of 12º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0601 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 6 | 1 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.90 |
| HSL | 12º | 0.93% | 0.05% | - |
| HSV(B) | 12º | 0.96% | 0.1% | - |
| XYZ | 0.5 | 0.35 | 0.07 | - |
| YUV | 11.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 1 | 0 | 0.77 | 0.96 | 0.90 | 12 | 0.93 | 0.05 |
| Hex | 1A | 6 | 1 | 0 | 4D | 60 | 5A | C | 5D | 5 |
| Octal | 32 | 6 | 1 | 0 | 115 | 140 | 132 | 14 | 135 | 5 |
| Binary | 11010 | 110 | 1 | 0 | 1001101 | 1100000 | 1011010 | 1100 | 1011101 | 101 |
Color Harmonies of #1A0601
Complementary color
Monochromatic Colors of #1A0601
Black with #1A0601
Text Example
Text Example
White with #1A0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0601; }
p { color: rgb(26,6,1); }
H1.HeaderClassName
{
color: #1A0601;
}
.AnyTagClassName
{
color: #1A0601;
}
</style>
background-color css
<style>
a { background-color: #1A0601; }
a { background-color: rgb(26,6,1); }
div.DivClassName
{
background-color: #1A0601;
}
.BgClassName
{
background-color: #1A0601;
}
</style>
border-color css
<style>
span { border-color: #1A0601; }
span { border-color: rgb(26,6,1); }
td.TdClassName
{
border-color: #1A0601;
}
.TagClassName
{
border-color: #1A0601;
}
</style>