Shades of Black #1A0705
Tints of Black #1A0705
RGB
CMYK
RGB Variations
Color information
#1A0705 (or 0x1A0705) is known color: Black. HEX triplet: 1A, 07 and 05. RGB value is (26,7,5). Sum of RGB (Red+Green+Blue) = 26+7+5=38 (5% of max value = 765). Red value is 26 (10.55% from 255 or 68.42% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0705 is #E5F8FA. Grayscale: #0C0C0C. Windows color (decimal): -15071483 or 329498. OLE color: 329498.
HSL color Cylindrical-coordinate representation of color #1A0705: hue angle of 5.71º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0705 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 7 | 5 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.90 |
| HSL | 5.71º | 0.68% | 0.06% | - |
| HSV(B) | 5.71º | 0.81% | 0.1% | - |
| XYZ | 0.53 | 0.38 | 0.19 | - |
| YUV | 12.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 5 | 0 | 0.73 | 0.81 | 0.90 | 5.71 | 0.68 | 0.06 |
| Hex | 1A | 7 | 5 | 0 | 49 | 51 | 5A | 6 | 44 | 6 |
| Octal | 32 | 7 | 5 | 0 | 111 | 121 | 132 | 6 | 104 | 6 |
| Binary | 11010 | 111 | 101 | 0 | 1001001 | 1010001 | 1011010 | 110 | 1000100 | 110 |
Color Harmonies of #1A0705
Complementary color
Monochromatic Colors of #1A0705
Black with #1A0705
Text Example
Text Example
White with #1A0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0705; }
p { color: rgb(26,7,5); }
H1.HeaderClassName
{
color: #1A0705;
}
.AnyTagClassName
{
color: #1A0705;
}
</style>
background-color css
<style>
a { background-color: #1A0705; }
a { background-color: rgb(26,7,5); }
div.DivClassName
{
background-color: #1A0705;
}
.BgClassName
{
background-color: #1A0705;
}
</style>
border-color css
<style>
span { border-color: #1A0705; }
span { border-color: rgb(26,7,5); }
td.TdClassName
{
border-color: #1A0705;
}
.TagClassName
{
border-color: #1A0705;
}
</style>