Shades of Black #1A0900
Tints of Black #1A0900
RGB
CMYK
RGB Variations
Color information
#1A0900 (or 0x1A0900) is known color: Black. HEX triplet: 1A, 09 and 00. RGB value is (26,9,0). Sum of RGB (Red+Green+Blue) = 26+9+0=35 (4% of max value = 765). Red value is 26 (10.55% from 255 or 74.29% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0900 is #E5F6FF. Grayscale: #0D0D0D. Windows color (decimal): -15070976 or 2330. OLE color: 2330.
HSL color Cylindrical-coordinate representation of color #1A0900: hue angle of 20.77º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 9 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.90 |
| HSL | 20.77º | 1% | 0.05% | - |
| HSV(B) | 20.77º | 1% | 0.1% | - |
| XYZ | 0.52 | 0.41 | 0.05 | - |
| YUV | 13.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 0 | 0 | 0.65 | 1 | 0.90 | 20.77 | 1 | 0.05 |
| Hex | 1A | 9 | 0 | 0 | 41 | 64 | 5A | 15 | 64 | 5 |
| Octal | 32 | 11 | 0 | 0 | 101 | 144 | 132 | 25 | 144 | 5 |
| Binary | 11010 | 1001 | 0 | 0 | 1000001 | 1100100 | 1011010 | 10101 | 1100100 | 101 |
Color Harmonies of #1A0900
Complementary color
Monochromatic Colors of #1A0900
Black with #1A0900
Text Example
Text Example
White with #1A0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0900; }
p { color: rgb(26,9,0); }
H1.HeaderClassName
{
color: #1A0900;
}
.AnyTagClassName
{
color: #1A0900;
}
</style>
background-color css
<style>
a { background-color: #1A0900; }
a { background-color: rgb(26,9,0); }
div.DivClassName
{
background-color: #1A0900;
}
.BgClassName
{
background-color: #1A0900;
}
</style>
border-color css
<style>
span { border-color: #1A0900; }
span { border-color: rgb(26,9,0); }
td.TdClassName
{
border-color: #1A0900;
}
.TagClassName
{
border-color: #1A0900;
}
</style>