Shades of Black Russian #10172D
Tints of Black Russian #10172D
RGB
CMYK
RGB Variations
Color information
#10172D (or 0x10172D) is known color: Black Russian. HEX triplet: 10, 17 and 2D. RGB value is (16,23,45). Sum of RGB (Red+Green+Blue) = 16+23+45=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #10172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10172D is #EFE8D2. Grayscale: #171717. Windows color (decimal): -15722707 or 2955024. OLE color: 2955024.
HSL color Cylindrical-coordinate representation of color #10172D: hue angle of 225.52º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10172D is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 23 | 45 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.82 |
| HSL | 225.52º | 0.48% | 0.12% | - |
| HSV(B) | 225.52º | 0.64% | 0.18% | - |
| XYZ | 0.99 | 0.91 | 2.61 | - |
| YUV | 23.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 45 | 0.64 | 0.49 | 0 | 0.82 | 225.52 | 0.48 | 0.12 |
| Hex | 10 | 17 | 2D | 40 | 31 | 0 | 52 | E2 | 30 | C |
| Octal | 20 | 27 | 55 | 100 | 61 | 0 | 122 | 342 | 60 | 14 |
| Binary | 10000 | 10111 | 101101 | 1000000 | 110001 | 0 | 1010010 | 11100010 | 110000 | 1100 |
Color Harmonies of #10172D
Complementary color
Monochromatic Colors of #10172D
Black with #10172D
Text Example
Text Example
White with #10172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10172D; }
p { color: rgb(16,23,45); }
H1.HeaderClassName
{
color: #10172D;
}
.AnyTagClassName
{
color: #10172D;
}
</style>
background-color css
<style>
a { background-color: #10172D; }
a { background-color: rgb(16,23,45); }
div.DivClassName
{
background-color: #10172D;
}
.BgClassName
{
background-color: #10172D;
}
</style>
border-color css
<style>
span { border-color: #10172D; }
span { border-color: rgb(16,23,45); }
td.TdClassName
{
border-color: #10172D;
}
.TagClassName
{
border-color: #10172D;
}
</style>