Shades of Black #1A0B05
Tints of Black #1A0B05
RGB
CMYK
RGB Variations
Color information
#1A0B05 (or 0x1A0B05) is known color: Black. HEX triplet: 1A, 0B and 05. RGB value is (26,11,5). Sum of RGB (Red+Green+Blue) = 26+11+5=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B05 is #E5F4FA. Grayscale: #0E0E0E. Windows color (decimal): -15070459 or 330522. OLE color: 330522.
HSL color Cylindrical-coordinate representation of color #1A0B05: hue angle of 17.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0B05 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.90.
Color convert
RGB | 26 | 11 | 5 | - |
CMYK | 0 | 0.58 | 0.81 | 0.90 |
HSL | 17.14º | 0.68% | 0.06% | - |
HSV(B) | 17.14º | 0.81% | 0.1% | - |
XYZ | 0.57 | 0.47 | 0.2 | - |
YUV | 14.8 | 122.47 | 135.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 11 | 5 | 0 | 0.58 | 0.81 | 0.90 | 17.14 | 0.68 | 0.06 |
Hex | 1A | B | 5 | 0 | 3A | 51 | 5A | 11 | 44 | 6 |
Octal | 32 | 13 | 5 | 0 | 72 | 121 | 132 | 21 | 104 | 6 |
Binary | 11010 | 1011 | 101 | 0 | 111010 | 1010001 | 1011010 | 10001 | 1000100 | 110 |
Color Harmonies of #1A0B05
Complementary color
Monochromatic Colors of #1A0B05
Black with #1A0B05
Text Example
Text Example
White with #1A0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B05; }
p { color: rgb(26,11,5); }
H1.HeaderClassName
{
color: #1A0B05;
}
.AnyTagClassName
{
color: #1A0B05;
}
</style>
background-color css
<style>
a { background-color: #1A0B05; }
a { background-color: rgb(26,11,5); }
div.DivClassName
{
background-color: #1A0B05;
}
.BgClassName
{
background-color: #1A0B05;
}
</style>
border-color css
<style>
span { border-color: #1A0B05; }
span { border-color: rgb(26,11,5); }
td.TdClassName
{
border-color: #1A0B05;
}
.TagClassName
{
border-color: #1A0B05;
}
</style>