Shades of Black Russian #10122D
Tints of Black Russian #10122D
RGB
CMYK
RGB Variations
Color information
#10122D (or 0x10122D) is known color: Black Russian. HEX triplet: 10, 12 and 2D. RGB value is (16,18,45). Sum of RGB (Red+Green+Blue) = 16+18+45=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #10122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10122D is #EFEDD2. Grayscale: #141414. Windows color (decimal): -15723987 or 2953744. OLE color: 2953744.
HSL color Cylindrical-coordinate representation of color #10122D: hue angle of 235.86º 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 #10122D is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 18 | 45 | - |
| CMYK | 0.64 | 0.6 | 0 | 0.82 |
| HSL | 235.86º | 0.48% | 0.12% | - |
| HSV(B) | 235.86º | 0.64% | 0.18% | - |
| XYZ | 0.9 | 0.73 | 2.58 | - |
| YUV | 20.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 45 | 0.64 | 0.6 | 0 | 0.82 | 235.86 | 0.48 | 0.12 |
| Hex | 10 | 12 | 2D | 40 | 3C | 0 | 52 | EC | 30 | C |
| Octal | 20 | 22 | 55 | 100 | 74 | 0 | 122 | 354 | 60 | 14 |
| Binary | 10000 | 10010 | 101101 | 1000000 | 111100 | 0 | 1010010 | 11101100 | 110000 | 1100 |
Color Harmonies of #10122D
Complementary color
Monochromatic Colors of #10122D
Black with #10122D
Text Example
Text Example
White with #10122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10122D; }
p { color: rgb(16,18,45); }
H1.HeaderClassName
{
color: #10122D;
}
.AnyTagClassName
{
color: #10122D;
}
</style>
background-color css
<style>
a { background-color: #10122D; }
a { background-color: rgb(16,18,45); }
div.DivClassName
{
background-color: #10122D;
}
.BgClassName
{
background-color: #10122D;
}
</style>
border-color css
<style>
span { border-color: #10122D; }
span { border-color: rgb(16,18,45); }
td.TdClassName
{
border-color: #10122D;
}
.TagClassName
{
border-color: #10122D;
}
</style>