Shades of Black Russian #1A1A20
Tints of Black Russian #1A1A20
RGB
CMYK
RGB Variations
Color information
#1A1A20 (or 0x1A1A20) is known color: Black Russian. HEX triplet: 1A, 1A and 20. RGB value is (26,26,32). Sum of RGB (Red+Green+Blue) = 26+26+32=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 32 - color contains mainly: blue. Hex color #1A1A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1A20 is #E5E5DF. Grayscale: #1A1A1A. Windows color (decimal): -15066592 or 2103834. OLE color: 2103834.
HSL color Cylindrical-coordinate representation of color #1A1A20: hue angle of 240º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A1A20 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 26 | 26 | 32 | - |
CMYK | 0.19 | 0.19 | 0 | 0.87 |
HSL | 240º | 0.1% | 0.11% | - |
HSV(B) | 240º | 0.19% | 0.13% | - |
XYZ | 1.06 | 1.06 | 1.52 | - |
YUV | 26.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 26 | 32 | 0.19 | 0.19 | 0 | 0.87 | 240 | 0.1 | 0.11 |
Hex | 1A | 1A | 20 | 13 | 13 | 0 | 57 | F0 | A | B |
Octal | 32 | 32 | 40 | 23 | 23 | 0 | 127 | 360 | 12 | 13 |
Binary | 11010 | 11010 | 100000 | 10011 | 10011 | 0 | 1010111 | 11110000 | 1010 | 1011 |
Color Harmonies of #1A1A20
Complementary color
Monochromatic Colors of #1A1A20
Black with #1A1A20
Text Example
Text Example
White with #1A1A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1A20; }
p { color: rgb(26,26,32); }
H1.HeaderClassName
{
color: #1A1A20;
}
.AnyTagClassName
{
color: #1A1A20;
}
</style>
background-color css
<style>
a { background-color: #1A1A20; }
a { background-color: rgb(26,26,32); }
div.DivClassName
{
background-color: #1A1A20;
}
.BgClassName
{
background-color: #1A1A20;
}
</style>
border-color css
<style>
span { border-color: #1A1A20; }
span { border-color: rgb(26,26,32); }
td.TdClassName
{
border-color: #1A1A20;
}
.TagClassName
{
border-color: #1A1A20;
}
</style>