Shades of Black #1A0B06
Tints of Black #1A0B06
RGB
CMYK
RGB Variations
Color information
#1A0B06 (or 0x1A0B06) is known color: Black. HEX triplet: 1A, 0B and 06. RGB value is (26,11,6). Sum of RGB (Red+Green+Blue) = 26+11+6=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B06 is #E5F4F9. Grayscale: #0E0E0E. Windows color (decimal): -15070458 or 396058. OLE color: 396058.
HSL color Cylindrical-coordinate representation of color #1A0B06: hue angle of 15º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A0B06 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 11 | 6 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.90 |
| HSL | 15º | 0.63% | 0.06% | - |
| HSV(B) | 15º | 0.77% | 0.1% | - |
| XYZ | 0.58 | 0.47 | 0.23 | - |
| YUV | 14.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 6 | 0 | 0.58 | 0.77 | 0.90 | 15 | 0.63 | 0.06 |
| Hex | 1A | B | 6 | 0 | 3A | 4D | 5A | F | 3E | 6 |
| Octal | 32 | 13 | 6 | 0 | 72 | 115 | 132 | 17 | 76 | 6 |
| Binary | 11010 | 1011 | 110 | 0 | 111010 | 1001101 | 1011010 | 1111 | 111110 | 110 |
Color Harmonies of #1A0B06
Complementary color
Monochromatic Colors of #1A0B06
Black with #1A0B06
Text Example
Text Example
White with #1A0B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B06; }
p { color: rgb(26,11,6); }
H1.HeaderClassName
{
color: #1A0B06;
}
.AnyTagClassName
{
color: #1A0B06;
}
</style>
background-color css
<style>
a { background-color: #1A0B06; }
a { background-color: rgb(26,11,6); }
div.DivClassName
{
background-color: #1A0B06;
}
.BgClassName
{
background-color: #1A0B06;
}
</style>
border-color css
<style>
span { border-color: #1A0B06; }
span { border-color: rgb(26,11,6); }
td.TdClassName
{
border-color: #1A0B06;
}
.TagClassName
{
border-color: #1A0B06;
}
</style>