Shades of Black #1A0908
Tints of Black #1A0908
RGB
CMYK
RGB Variations
Color information
#1A0908 (or 0x1A0908) is known color: Black. HEX triplet: 1A, 09 and 08. RGB value is (26,9,8). Sum of RGB (Red+Green+Blue) = 26+9+8=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0908 is #E5F6F7. Grayscale: #0D0D0D. Windows color (decimal): -15070968 or 526618. OLE color: 526618.
HSL color Cylindrical-coordinate representation of color #1A0908: hue angle of 3.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A0908 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 9 | 8 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.90 |
| HSL | 3.33º | 0.53% | 0.07% | - |
| HSV(B) | 3.33º | 0.69% | 0.1% | - |
| XYZ | 0.57 | 0.43 | 0.28 | - |
| YUV | 13.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 8 | 0 | 0.65 | 0.69 | 0.90 | 3.33 | 0.53 | 0.07 |
| Hex | 1A | 9 | 8 | 0 | 41 | 45 | 5A | 3 | 35 | 7 |
| Octal | 32 | 11 | 10 | 0 | 101 | 105 | 132 | 3 | 65 | 7 |
| Binary | 11010 | 1001 | 1000 | 0 | 1000001 | 1000101 | 1011010 | 11 | 110101 | 111 |
Color Harmonies of #1A0908
Complementary color
Monochromatic Colors of #1A0908
Black with #1A0908
Text Example
Text Example
White with #1A0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0908; }
p { color: rgb(26,9,8); }
H1.HeaderClassName
{
color: #1A0908;
}
.AnyTagClassName
{
color: #1A0908;
}
</style>
background-color css
<style>
a { background-color: #1A0908; }
a { background-color: rgb(26,9,8); }
div.DivClassName
{
background-color: #1A0908;
}
.BgClassName
{
background-color: #1A0908;
}
</style>
border-color css
<style>
span { border-color: #1A0908; }
span { border-color: rgb(26,9,8); }
td.TdClassName
{
border-color: #1A0908;
}
.TagClassName
{
border-color: #1A0908;
}
</style>