Shades of Black Russian #1A1D23
Tints of Black Russian #1A1D23
RGB
CMYK
RGB Variations
Color information
#1A1D23 (or 0x1A1D23) is known color: Black Russian. HEX triplet: 1A, 1D and 23. RGB value is (26,29,35). Sum of RGB (Red+Green+Blue) = 26+29+35=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 35 - color contains mainly: blue. Hex color #1A1D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1D23 is #E5E2DC. Grayscale: #1C1C1C. Windows color (decimal): -15065821 or 2301210. OLE color: 2301210.
HSL color Cylindrical-coordinate representation of color #1A1D23: hue angle of 220º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1A1D23 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 29 | 35 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.86 |
| HSL | 220º | 0.15% | 0.12% | - |
| HSV(B) | 220º | 0.26% | 0.14% | - |
| XYZ | 1.17 | 1.22 | 1.76 | - |
| YUV | 28.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 35 | 0.26 | 0.17 | 0 | 0.86 | 220 | 0.15 | 0.12 |
| Hex | 1A | 1D | 23 | 1A | 11 | 0 | 56 | DC | F | C |
| Octal | 32 | 35 | 43 | 32 | 21 | 0 | 126 | 334 | 17 | 14 |
| Binary | 11010 | 11101 | 100011 | 11010 | 10001 | 0 | 1010110 | 11011100 | 1111 | 1100 |
Color Harmonies of #1A1D23
Complementary color
Monochromatic Colors of #1A1D23
Black with #1A1D23
Text Example
Text Example
White with #1A1D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D23; }
p { color: rgb(26,29,35); }
H1.HeaderClassName
{
color: #1A1D23;
}
.AnyTagClassName
{
color: #1A1D23;
}
</style>
background-color css
<style>
a { background-color: #1A1D23; }
a { background-color: rgb(26,29,35); }
div.DivClassName
{
background-color: #1A1D23;
}
.BgClassName
{
background-color: #1A1D23;
}
</style>
border-color css
<style>
span { border-color: #1A1D23; }
span { border-color: rgb(26,29,35); }
td.TdClassName
{
border-color: #1A1D23;
}
.TagClassName
{
border-color: #1A1D23;
}
</style>