Shades of Black Russian #1A1D25
Tints of Black Russian #1A1D25
RGB
CMYK
RGB Variations
Color information
#1A1D25 (or 0x1A1D25) is known color: Black Russian. HEX triplet: 1A, 1D and 25. RGB value is (26,29,37). Sum of RGB (Red+Green+Blue) = 26+29+37=92 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.26% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1D25 is #E5E2DA. Grayscale: #1C1C1C. Windows color (decimal): -15065819 or 2432282. OLE color: 2432282.
HSL color Cylindrical-coordinate representation of color #1A1D25: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A1D25 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 29 | 37 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.85 |
| HSL | 223.64º | 0.17% | 0.12% | - |
| HSV(B) | 223.64º | 0.3% | 0.15% | - |
| XYZ | 1.2 | 1.23 | 1.92 | - |
| YUV | 29.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 37 | 0.30 | 0.22 | 0 | 0.85 | 223.64 | 0.17 | 0.12 |
| Hex | 1A | 1D | 25 | 1E | 16 | 0 | 55 | E0 | 11 | C |
| Octal | 32 | 35 | 45 | 36 | 26 | 0 | 125 | 340 | 21 | 14 |
| Binary | 11010 | 11101 | 100101 | 11110 | 10110 | 0 | 1010101 | 11100000 | 10001 | 1100 |
Color Harmonies of #1A1D25
Complementary color
Monochromatic Colors of #1A1D25
Black with #1A1D25
Text Example
Text Example
White with #1A1D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D25; }
p { color: rgb(26,29,37); }
H1.HeaderClassName
{
color: #1A1D25;
}
.AnyTagClassName
{
color: #1A1D25;
}
</style>
background-color css
<style>
a { background-color: #1A1D25; }
a { background-color: rgb(26,29,37); }
div.DivClassName
{
background-color: #1A1D25;
}
.BgClassName
{
background-color: #1A1D25;
}
</style>
border-color css
<style>
span { border-color: #1A1D25; }
span { border-color: rgb(26,29,37); }
td.TdClassName
{
border-color: #1A1D25;
}
.TagClassName
{
border-color: #1A1D25;
}
</style>