Shades of Black #1A0907
Tints of Black #1A0907
RGB
CMYK
RGB Variations
Color information
#1A0907 (or 0x1A0907) is known color: Black. HEX triplet: 1A, 09 and 07. RGB value is (26,9,7). Sum of RGB (Red+Green+Blue) = 26+9+7=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0907 is #E5F6F8. Grayscale: #0D0D0D. Windows color (decimal): -15070969 or 461082. OLE color: 461082.
HSL color Cylindrical-coordinate representation of color #1A0907: hue angle of 6.32º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A0907 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 9 | 7 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.90 |
| HSL | 6.32º | 0.58% | 0.06% | - |
| HSV(B) | 6.32º | 0.73% | 0.1% | - |
| XYZ | 0.56 | 0.43 | 0.25 | - |
| YUV | 13.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 7 | 0 | 0.65 | 0.73 | 0.90 | 6.32 | 0.58 | 0.06 |
| Hex | 1A | 9 | 7 | 0 | 41 | 49 | 5A | 6 | 3A | 6 |
| Octal | 32 | 11 | 7 | 0 | 101 | 111 | 132 | 6 | 72 | 6 |
| Binary | 11010 | 1001 | 111 | 0 | 1000001 | 1001001 | 1011010 | 110 | 111010 | 110 |
Color Harmonies of #1A0907
Complementary color
Monochromatic Colors of #1A0907
Black with #1A0907
Text Example
Text Example
White with #1A0907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0907; }
p { color: rgb(26,9,7); }
H1.HeaderClassName
{
color: #1A0907;
}
.AnyTagClassName
{
color: #1A0907;
}
</style>
background-color css
<style>
a { background-color: #1A0907; }
a { background-color: rgb(26,9,7); }
div.DivClassName
{
background-color: #1A0907;
}
.BgClassName
{
background-color: #1A0907;
}
</style>
border-color css
<style>
span { border-color: #1A0907; }
span { border-color: rgb(26,9,7); }
td.TdClassName
{
border-color: #1A0907;
}
.TagClassName
{
border-color: #1A0907;
}
</style>