Shades of Black Russian #171A2F
Tints of Black Russian #171A2F
RGB
CMYK
RGB Variations
Color information
#171A2F (or 0x171A2F) is known color: Black Russian. HEX triplet: 17, 1A and 2F. RGB value is (23,26,47). Sum of RGB (Red+Green+Blue) = 23+26+47=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #171A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171A2F is #E8E5D0. Grayscale: #1B1B1B. Windows color (decimal): -15263185 or 3086871. OLE color: 3086871.
HSL color Cylindrical-coordinate representation of color #171A2F: hue angle of 232.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #171A2F is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 26 | 47 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.82 |
| HSL | 232.5º | 0.34% | 0.14% | - |
| HSV(B) | 232.5º | 0.51% | 0.18% | - |
| XYZ | 1.24 | 1.13 | 2.84 | - |
| YUV | 27.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 47 | 0.51 | 0.45 | 0 | 0.82 | 232.5 | 0.34 | 0.14 |
| Hex | 17 | 1A | 2F | 33 | 2D | 0 | 52 | E8 | 22 | E |
| Octal | 27 | 32 | 57 | 63 | 55 | 0 | 122 | 350 | 42 | 16 |
| Binary | 10111 | 11010 | 101111 | 110011 | 101101 | 0 | 1010010 | 11101000 | 100010 | 1110 |
Color Harmonies of #171A2F
Complementary color
Monochromatic Colors of #171A2F
Black with #171A2F
Text Example
Text Example
White with #171A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A2F; }
p { color: rgb(23,26,47); }
H1.HeaderClassName
{
color: #171A2F;
}
.AnyTagClassName
{
color: #171A2F;
}
</style>
background-color css
<style>
a { background-color: #171A2F; }
a { background-color: rgb(23,26,47); }
div.DivClassName
{
background-color: #171A2F;
}
.BgClassName
{
background-color: #171A2F;
}
</style>
border-color css
<style>
span { border-color: #171A2F; }
span { border-color: rgb(23,26,47); }
td.TdClassName
{
border-color: #171A2F;
}
.TagClassName
{
border-color: #171A2F;
}
</style>