Shades of Black Russian #10122E
Tints of Black Russian #10122E
RGB
CMYK
RGB Variations
Color information
#10122E (or 0x10122E) is known color: Black Russian. HEX triplet: 10, 12 and 2E. RGB value is (16,18,46). Sum of RGB (Red+Green+Blue) = 16+18+46=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #10122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10122E is #EFEDD1. Grayscale: #141414. Windows color (decimal): -15723986 or 3019280. OLE color: 3019280.
HSL color Cylindrical-coordinate representation of color #10122E: hue angle of 236º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10122E is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 18 | 46 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.82 |
| HSL | 236º | 0.48% | 0.12% | - |
| HSV(B) | 236º | 0.65% | 0.18% | - |
| XYZ | 0.92 | 0.74 | 2.68 | - |
| YUV | 20.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 46 | 0.65 | 0.61 | 0 | 0.82 | 236 | 0.48 | 0.12 |
| Hex | 10 | 12 | 2E | 41 | 3D | 0 | 52 | EC | 30 | C |
| Octal | 20 | 22 | 56 | 101 | 75 | 0 | 122 | 354 | 60 | 14 |
| Binary | 10000 | 10010 | 101110 | 1000001 | 111101 | 0 | 1010010 | 11101100 | 110000 | 1100 |
Color Harmonies of #10122E
Complementary color
Monochromatic Colors of #10122E
Black with #10122E
Text Example
Text Example
White with #10122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10122E; }
p { color: rgb(16,18,46); }
H1.HeaderClassName
{
color: #10122E;
}
.AnyTagClassName
{
color: #10122E;
}
</style>
background-color css
<style>
a { background-color: #10122E; }
a { background-color: rgb(16,18,46); }
div.DivClassName
{
background-color: #10122E;
}
.BgClassName
{
background-color: #10122E;
}
</style>
border-color css
<style>
span { border-color: #10122E; }
span { border-color: rgb(16,18,46); }
td.TdClassName
{
border-color: #10122E;
}
.TagClassName
{
border-color: #10122E;
}
</style>