Shades of Black #1A0901
Tints of Black #1A0901
RGB
CMYK
RGB Variations
Color information
#1A0901 (or 0x1A0901) is known color: Black. HEX triplet: 1A, 09 and 01. RGB value is (26,9,1). Sum of RGB (Red+Green+Blue) = 26+9+1=36 (4% of max value = 765). Red value is 26 (10.55% from 255 or 72.22% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0901 is #E5F6FE. Grayscale: #0D0D0D. Windows color (decimal): -15070975 or 67866. OLE color: 67866.
HSL color Cylindrical-coordinate representation of color #1A0901: hue angle of 19.2º 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 #1A0901 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 9 | 1 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.90 |
| HSL | 19.2º | 0.93% | 0.05% | - |
| HSV(B) | 19.2º | 0.96% | 0.1% | - |
| XYZ | 0.53 | 0.42 | 0.08 | - |
| YUV | 13.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 1 | 0 | 0.65 | 0.96 | 0.90 | 19.2 | 0.93 | 0.05 |
| Hex | 1A | 9 | 1 | 0 | 41 | 60 | 5A | 13 | 5D | 5 |
| Octal | 32 | 11 | 1 | 0 | 101 | 140 | 132 | 23 | 135 | 5 |
| Binary | 11010 | 1001 | 1 | 0 | 1000001 | 1100000 | 1011010 | 10011 | 1011101 | 101 |
Color Harmonies of #1A0901
Complementary color
Monochromatic Colors of #1A0901
Black with #1A0901
Text Example
Text Example
White with #1A0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0901; }
p { color: rgb(26,9,1); }
H1.HeaderClassName
{
color: #1A0901;
}
.AnyTagClassName
{
color: #1A0901;
}
</style>
background-color css
<style>
a { background-color: #1A0901; }
a { background-color: rgb(26,9,1); }
div.DivClassName
{
background-color: #1A0901;
}
.BgClassName
{
background-color: #1A0901;
}
</style>
border-color css
<style>
span { border-color: #1A0901; }
span { border-color: rgb(26,9,1); }
td.TdClassName
{
border-color: #1A0901;
}
.TagClassName
{
border-color: #1A0901;
}
</style>