Shades of Black #1A0B00
Tints of Black #1A0B00
RGB
CMYK
RGB Variations
Color information
#1A0B00 (or 0x1A0B00) is known color: Black. HEX triplet: 1A, 0B and 00. RGB value is (26,11,0). Sum of RGB (Red+Green+Blue) = 26+11+0=37 (4% of max value = 765). Red value is 26 (10.55% from 255 or 70.27% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B00 is #E5F4FF. Grayscale: #0E0E0E. Windows color (decimal): -15070464 or 2842. OLE color: 2842.
HSL color Cylindrical-coordinate representation of color #1A0B00: hue angle of 25.38º 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 #1A0B00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 11 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.90 |
| HSL | 25.38º | 1% | 0.05% | - |
| HSV(B) | 25.38º | 1% | 0.1% | - |
| XYZ | 0.55 | 0.46 | 0.06 | - |
| YUV | 14.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 0 | 0 | 0.58 | 1 | 0.90 | 25.38 | 1 | 0.05 |
| Hex | 1A | B | 0 | 0 | 3A | 64 | 5A | 19 | 64 | 5 |
| Octal | 32 | 13 | 0 | 0 | 72 | 144 | 132 | 31 | 144 | 5 |
| Binary | 11010 | 1011 | 0 | 0 | 111010 | 1100100 | 1011010 | 11001 | 1100100 | 101 |
Color Harmonies of #1A0B00
Complementary color
Monochromatic Colors of #1A0B00
Black with #1A0B00
Text Example
Text Example
White with #1A0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B00; }
p { color: rgb(26,11,0); }
H1.HeaderClassName
{
color: #1A0B00;
}
.AnyTagClassName
{
color: #1A0B00;
}
</style>
background-color css
<style>
a { background-color: #1A0B00; }
a { background-color: rgb(26,11,0); }
div.DivClassName
{
background-color: #1A0B00;
}
.BgClassName
{
background-color: #1A0B00;
}
</style>
border-color css
<style>
span { border-color: #1A0B00; }
span { border-color: rgb(26,11,0); }
td.TdClassName
{
border-color: #1A0B00;
}
.TagClassName
{
border-color: #1A0B00;
}
</style>