Shades of Black Russian #12122D
Tints of Black Russian #12122D
RGB
CMYK
RGB Variations
Color information
#12122D (or 0x12122D) is known color: Black Russian. HEX triplet: 12, 12 and 2D. RGB value is (18,18,45). Sum of RGB (Red+Green+Blue) = 18+18+45=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #12122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12122D is #EDEDD2. Grayscale: #141414. Windows color (decimal): -15592915 or 2953746. OLE color: 2953746.
HSL color Cylindrical-coordinate representation of color #12122D: hue angle of 240º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12122D is Cyan = 0.6, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 18 | 45 | - |
| CMYK | 0.6 | 0.6 | 0 | 0.82 |
| HSL | 240º | 0.43% | 0.12% | - |
| HSV(B) | 240º | 0.6% | 0.18% | - |
| XYZ | 0.94 | 0.75 | 2.58 | - |
| YUV | 21.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 45 | 0.6 | 0.6 | 0 | 0.82 | 240 | 0.43 | 0.12 |
| Hex | 12 | 12 | 2D | 3C | 3C | 0 | 52 | F0 | 2B | C |
| Octal | 22 | 22 | 55 | 74 | 74 | 0 | 122 | 360 | 53 | 14 |
| Binary | 10010 | 10010 | 101101 | 111100 | 111100 | 0 | 1010010 | 11110000 | 101011 | 1100 |
Color Harmonies of #12122D
Complementary color
Monochromatic Colors of #12122D
Black with #12122D
Text Example
Text Example
White with #12122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12122D; }
p { color: rgb(18,18,45); }
H1.HeaderClassName
{
color: #12122D;
}
.AnyTagClassName
{
color: #12122D;
}
</style>
background-color css
<style>
a { background-color: #12122D; }
a { background-color: rgb(18,18,45); }
div.DivClassName
{
background-color: #12122D;
}
.BgClassName
{
background-color: #12122D;
}
</style>
border-color css
<style>
span { border-color: #12122D; }
span { border-color: rgb(18,18,45); }
td.TdClassName
{
border-color: #12122D;
}
.TagClassName
{
border-color: #12122D;
}
</style>