Shades of Black Russian #1A1D29
Tints of Black Russian #1A1D29
RGB
CMYK
RGB Variations
Color information
#1A1D29 (or 0x1A1D29) is known color: Black Russian. HEX triplet: 1A, 1D and 29. RGB value is (26,29,41). Sum of RGB (Red+Green+Blue) = 26+29+41=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A1D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1D29 is #E5E2D6. Grayscale: #1D1D1D. Windows color (decimal): -15065815 or 2694426. OLE color: 2694426.
HSL color Cylindrical-coordinate representation of color #1A1D29: hue angle of 228º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1A1D29 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 29 | 41 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.84 |
| HSL | 228º | 0.22% | 0.13% | - |
| HSV(B) | 228º | 0.37% | 0.16% | - |
| XYZ | 1.27 | 1.26 | 2.27 | - |
| YUV | 29.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 41 | 0.37 | 0.29 | 0 | 0.84 | 228 | 0.22 | 0.13 |
| Hex | 1A | 1D | 29 | 25 | 1D | 0 | 54 | E4 | 16 | D |
| Octal | 32 | 35 | 51 | 45 | 35 | 0 | 124 | 344 | 26 | 15 |
| Binary | 11010 | 11101 | 101001 | 100101 | 11101 | 0 | 1010100 | 11100100 | 10110 | 1101 |
Color Harmonies of #1A1D29
Complementary color
Monochromatic Colors of #1A1D29
Black with #1A1D29
Text Example
Text Example
White with #1A1D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D29; }
p { color: rgb(26,29,41); }
H1.HeaderClassName
{
color: #1A1D29;
}
.AnyTagClassName
{
color: #1A1D29;
}
</style>
background-color css
<style>
a { background-color: #1A1D29; }
a { background-color: rgb(26,29,41); }
div.DivClassName
{
background-color: #1A1D29;
}
.BgClassName
{
background-color: #1A1D29;
}
</style>
border-color css
<style>
span { border-color: #1A1D29; }
span { border-color: rgb(26,29,41); }
td.TdClassName
{
border-color: #1A1D29;
}
.TagClassName
{
border-color: #1A1D29;
}
</style>