Shades of Black Russian #1A1A27
Tints of Black Russian #1A1A27
RGB
CMYK
RGB Variations
Color information
#1A1A27 (or 0x1A1A27) is known color: Black Russian. HEX triplet: 1A, 1A and 27. RGB value is (26,26,39). Sum of RGB (Red+Green+Blue) = 26+26+39=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A1A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1A27 is #E5E5D8. Grayscale: #1B1B1B. Windows color (decimal): -15066585 or 2562586. OLE color: 2562586.
HSL color Cylindrical-coordinate representation of color #1A1A27: hue angle of 240º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1A1A27 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 26 | 39 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.85 |
| HSL | 240º | 0.2% | 0.13% | - |
| HSV(B) | 240º | 0.33% | 0.15% | - |
| XYZ | 1.16 | 1.1 | 2.07 | - |
| YUV | 27.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 26 | 39 | 0.33 | 0.33 | 0 | 0.85 | 240 | 0.2 | 0.13 |
| Hex | 1A | 1A | 27 | 21 | 21 | 0 | 55 | F0 | 14 | D |
| Octal | 32 | 32 | 47 | 41 | 41 | 0 | 125 | 360 | 24 | 15 |
| Binary | 11010 | 11010 | 100111 | 100001 | 100001 | 0 | 1010101 | 11110000 | 10100 | 1101 |
Color Harmonies of #1A1A27
Complementary color
Monochromatic Colors of #1A1A27
Black with #1A1A27
Text Example
Text Example
White with #1A1A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1A27; }
p { color: rgb(26,26,39); }
H1.HeaderClassName
{
color: #1A1A27;
}
.AnyTagClassName
{
color: #1A1A27;
}
</style>
background-color css
<style>
a { background-color: #1A1A27; }
a { background-color: rgb(26,26,39); }
div.DivClassName
{
background-color: #1A1A27;
}
.BgClassName
{
background-color: #1A1A27;
}
</style>
border-color css
<style>
span { border-color: #1A1A27; }
span { border-color: rgb(26,26,39); }
td.TdClassName
{
border-color: #1A1A27;
}
.TagClassName
{
border-color: #1A1A27;
}
</style>