Shades of Black #1A0C04
Tints of Black #1A0C04
RGB
CMYK
RGB Variations
Color information
#1A0C04 (or 0x1A0C04) is known color: Black. HEX triplet: 1A, 0C and 04. RGB value is (26,12,4). Sum of RGB (Red+Green+Blue) = 26+12+4=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C04 is #E5F3FB. Grayscale: #0F0F0F. Windows color (decimal): -15070204 or 265242. OLE color: 265242.
HSL color Cylindrical-coordinate representation of color #1A0C04: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A0C04 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 12 | 4 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.90 |
| HSL | 21.82º | 0.73% | 0.06% | - |
| HSV(B) | 21.82º | 0.85% | 0.1% | - |
| XYZ | 0.58 | 0.49 | 0.18 | - |
| YUV | 15.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 4 | 0 | 0.54 | 0.85 | 0.90 | 21.82 | 0.73 | 0.06 |
| Hex | 1A | C | 4 | 0 | 36 | 55 | 5A | 16 | 49 | 6 |
| Octal | 32 | 14 | 4 | 0 | 66 | 125 | 132 | 26 | 111 | 6 |
| Binary | 11010 | 1100 | 100 | 0 | 110110 | 1010101 | 1011010 | 10110 | 1001001 | 110 |
Color Harmonies of #1A0C04
Complementary color
Monochromatic Colors of #1A0C04
Black with #1A0C04
Text Example
Text Example
White with #1A0C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C04; }
p { color: rgb(26,12,4); }
H1.HeaderClassName
{
color: #1A0C04;
}
.AnyTagClassName
{
color: #1A0C04;
}
</style>
background-color css
<style>
a { background-color: #1A0C04; }
a { background-color: rgb(26,12,4); }
div.DivClassName
{
background-color: #1A0C04;
}
.BgClassName
{
background-color: #1A0C04;
}
</style>
border-color css
<style>
span { border-color: #1A0C04; }
span { border-color: rgb(26,12,4); }
td.TdClassName
{
border-color: #1A0C04;
}
.TagClassName
{
border-color: #1A0C04;
}
</style>