Shades of Black #1A0806
Tints of Black #1A0806
RGB
CMYK
RGB Variations
Color information
#1A0806 (or 0x1A0806) is known color: Black. HEX triplet: 1A, 08 and 06. RGB value is (26,8,6). Sum of RGB (Red+Green+Blue) = 26+8+6=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0806 is #E5F7F9. Grayscale: #0D0D0D. Windows color (decimal): -15071226 or 395290. OLE color: 395290.
HSL color Cylindrical-coordinate representation of color #1A0806: hue angle of 6º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A0806 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 8 | 6 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.90 |
| HSL | 6º | 0.63% | 0.06% | - |
| HSV(B) | 6º | 0.77% | 0.1% | - |
| XYZ | 0.55 | 0.41 | 0.22 | - |
| YUV | 13.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 6 | 0 | 0.69 | 0.77 | 0.90 | 6 | 0.63 | 0.06 |
| Hex | 1A | 8 | 6 | 0 | 45 | 4D | 5A | 6 | 3E | 6 |
| Octal | 32 | 10 | 6 | 0 | 105 | 115 | 132 | 6 | 76 | 6 |
| Binary | 11010 | 1000 | 110 | 0 | 1000101 | 1001101 | 1011010 | 110 | 111110 | 110 |
Color Harmonies of #1A0806
Complementary color
Monochromatic Colors of #1A0806
Black with #1A0806
Text Example
Text Example
White with #1A0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0806; }
p { color: rgb(26,8,6); }
H1.HeaderClassName
{
color: #1A0806;
}
.AnyTagClassName
{
color: #1A0806;
}
</style>
background-color css
<style>
a { background-color: #1A0806; }
a { background-color: rgb(26,8,6); }
div.DivClassName
{
background-color: #1A0806;
}
.BgClassName
{
background-color: #1A0806;
}
</style>
border-color css
<style>
span { border-color: #1A0806; }
span { border-color: rgb(26,8,6); }
td.TdClassName
{
border-color: #1A0806;
}
.TagClassName
{
border-color: #1A0806;
}
</style>