Shades of Black Russian #1A1D31
Tints of Black Russian #1A1D31
RGB
CMYK
RGB Variations
Color information
#1A1D31 (or 0x1A1D31) is known color: Black Russian. HEX triplet: 1A, 1D and 31. RGB value is (26,29,49). Sum of RGB (Red+Green+Blue) = 26+29+49=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A1D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1D31 is #E5E2CE. Grayscale: #1E1E1E. Windows color (decimal): -15065807 or 3218714. OLE color: 3218714.
HSL color Cylindrical-coordinate representation of color #1A1D31: hue angle of 232.17º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A1D31 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 29 | 49 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.81 |
| HSL | 232.17º | 0.31% | 0.15% | - |
| HSV(B) | 232.17º | 0.47% | 0.19% | - |
| XYZ | 1.42 | 1.32 | 3.09 | - |
| YUV | 30.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 49 | 0.47 | 0.41 | 0 | 0.81 | 232.17 | 0.31 | 0.15 |
| Hex | 1A | 1D | 31 | 2F | 29 | 0 | 51 | E8 | 1F | F |
| Octal | 32 | 35 | 61 | 57 | 51 | 0 | 121 | 350 | 37 | 17 |
| Binary | 11010 | 11101 | 110001 | 101111 | 101001 | 0 | 1010001 | 11101000 | 11111 | 1111 |
Color Harmonies of #1A1D31
Complementary color
Monochromatic Colors of #1A1D31
Black with #1A1D31
Text Example
Text Example
White with #1A1D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D31; }
p { color: rgb(26,29,49); }
H1.HeaderClassName
{
color: #1A1D31;
}
.AnyTagClassName
{
color: #1A1D31;
}
</style>
background-color css
<style>
a { background-color: #1A1D31; }
a { background-color: rgb(26,29,49); }
div.DivClassName
{
background-color: #1A1D31;
}
.BgClassName
{
background-color: #1A1D31;
}
</style>
border-color css
<style>
span { border-color: #1A1D31; }
span { border-color: rgb(26,29,49); }
td.TdClassName
{
border-color: #1A1D31;
}
.TagClassName
{
border-color: #1A1D31;
}
</style>