Shades of Black Russian #1A1A1C
Tints of Black Russian #1A1A1C
RGB
CMYK
RGB Variations
Color information
#1A1A1C (or 0x1A1A1C) is known color: Black Russian. HEX triplet: 1A, 1A and 1C. RGB value is (26,26,28). Sum of RGB (Red+Green+Blue) = 26+26+28=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1A1C is #E5E5E3. Grayscale: #1A1A1A. Windows color (decimal): -15066596 or 1841690. OLE color: 1841690.
HSL color Cylindrical-coordinate representation of color #1A1A1C: hue angle of 240º degrees, saturation: 0.04, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #1A1A1C is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 26 | 28 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.89 |
| HSL | 240º | 0.04% | 0.11% | - |
| HSV(B) | 240º | 0.07% | 0.11% | - |
| XYZ | 1 | 1.04 | 1.25 | - |
| YUV | 26.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 26 | 28 | 0.07 | 0.07 | 0 | 0.89 | 240 | 0.04 | 0.11 |
| Hex | 1A | 1A | 1C | 7 | 7 | 0 | 59 | F0 | 4 | B |
| Octal | 32 | 32 | 34 | 7 | 7 | 0 | 131 | 360 | 4 | 13 |
| Binary | 11010 | 11010 | 11100 | 111 | 111 | 0 | 1011001 | 11110000 | 100 | 1011 |
Color Harmonies of #1A1A1C
Complementary color
Monochromatic Colors of #1A1A1C
Black with #1A1A1C
Text Example
Text Example
White with #1A1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1A1C; }
p { color: rgb(26,26,28); }
H1.HeaderClassName
{
color: #1A1A1C;
}
.AnyTagClassName
{
color: #1A1A1C;
}
</style>
background-color css
<style>
a { background-color: #1A1A1C; }
a { background-color: rgb(26,26,28); }
div.DivClassName
{
background-color: #1A1A1C;
}
.BgClassName
{
background-color: #1A1A1C;
}
</style>
border-color css
<style>
span { border-color: #1A1A1C; }
span { border-color: rgb(26,26,28); }
td.TdClassName
{
border-color: #1A1A1C;
}
.TagClassName
{
border-color: #1A1A1C;
}
</style>