Shades of Black #1A0706
Tints of Black #1A0706
RGB
CMYK
RGB Variations
Color information
#1A0706 (or 0x1A0706) is known color: Black. HEX triplet: 1A, 07 and 06. RGB value is (26,7,6). Sum of RGB (Red+Green+Blue) = 26+7+6=39 (5% of max value = 765). Red value is 26 (10.55% from 255 or 66.67% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0706 is #E5F8F9. Grayscale: #0C0C0C. Windows color (decimal): -15071482 or 395034. OLE color: 395034.
HSL color Cylindrical-coordinate representation of color #1A0706: hue angle of 3º 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 #1A0706 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 7 | 6 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.90 |
| HSL | 3º | 0.63% | 0.06% | - |
| HSV(B) | 3º | 0.77% | 0.1% | - |
| XYZ | 0.53 | 0.38 | 0.22 | - |
| YUV | 12.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 6 | 0 | 0.73 | 0.77 | 0.90 | 3 | 0.63 | 0.06 |
| Hex | 1A | 7 | 6 | 0 | 49 | 4D | 5A | 3 | 3E | 6 |
| Octal | 32 | 7 | 6 | 0 | 111 | 115 | 132 | 3 | 76 | 6 |
| Binary | 11010 | 111 | 110 | 0 | 1001001 | 1001101 | 1011010 | 11 | 111110 | 110 |
Color Harmonies of #1A0706
Complementary color
Monochromatic Colors of #1A0706
Black with #1A0706
Text Example
Text Example
White with #1A0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0706; }
p { color: rgb(26,7,6); }
H1.HeaderClassName
{
color: #1A0706;
}
.AnyTagClassName
{
color: #1A0706;
}
</style>
background-color css
<style>
a { background-color: #1A0706; }
a { background-color: rgb(26,7,6); }
div.DivClassName
{
background-color: #1A0706;
}
.BgClassName
{
background-color: #1A0706;
}
</style>
border-color css
<style>
span { border-color: #1A0706; }
span { border-color: rgb(26,7,6); }
td.TdClassName
{
border-color: #1A0706;
}
.TagClassName
{
border-color: #1A0706;
}
</style>