Shades of Black Russian #10162F
Tints of Black Russian #10162F
RGB
CMYK
RGB Variations
Color information
#10162F (or 0x10162F) is known color: Black Russian. HEX triplet: 10, 16 and 2F. RGB value is (16,22,47). Sum of RGB (Red+Green+Blue) = 16+22+47=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #10162F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10162F is #EFE9D0. Grayscale: #161616. Windows color (decimal): -15722961 or 3085840. OLE color: 3085840.
HSL color Cylindrical-coordinate representation of color #10162F: hue angle of 228.39º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10162F is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 22 | 47 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.82 |
| HSL | 228.39º | 0.49% | 0.12% | - |
| HSV(B) | 228.39º | 0.66% | 0.18% | - |
| XYZ | 1.01 | 0.89 | 2.81 | - |
| YUV | 23.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 47 | 0.66 | 0.53 | 0 | 0.82 | 228.39 | 0.49 | 0.12 |
| Hex | 10 | 16 | 2F | 42 | 35 | 0 | 52 | E4 | 31 | C |
| Octal | 20 | 26 | 57 | 102 | 65 | 0 | 122 | 344 | 61 | 14 |
| Binary | 10000 | 10110 | 101111 | 1000010 | 110101 | 0 | 1010010 | 11100100 | 110001 | 1100 |
Color Harmonies of #10162F
Complementary color
Monochromatic Colors of #10162F
Black with #10162F
Text Example
Text Example
White with #10162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10162F; }
p { color: rgb(16,22,47); }
H1.HeaderClassName
{
color: #10162F;
}
.AnyTagClassName
{
color: #10162F;
}
</style>
background-color css
<style>
a { background-color: #10162F; }
a { background-color: rgb(16,22,47); }
div.DivClassName
{
background-color: #10162F;
}
.BgClassName
{
background-color: #10162F;
}
</style>
border-color css
<style>
span { border-color: #10162F; }
span { border-color: rgb(16,22,47); }
td.TdClassName
{
border-color: #10162F;
}
.TagClassName
{
border-color: #10162F;
}
</style>