Shades of Black Russian #12111D
Tints of Black Russian #12111D
RGB
CMYK
RGB Variations
Color information
#12111D (or 0x12111D) is known color: Black Russian. HEX triplet: 12, 11 and 1D. RGB value is (18,17,29). Sum of RGB (Red+Green+Blue) = 18+17+29=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #12111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12111D is #EDEEE2. Grayscale: #121212. Windows color (decimal): -15593187 or 1904914. OLE color: 1904914.
HSL color Cylindrical-coordinate representation of color #12111D: hue angle of 245º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #12111D is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 17 | 29 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.89 |
| HSL | 245º | 0.26% | 0.09% | - |
| HSV(B) | 245º | 0.41% | 0.11% | - |
| XYZ | 0.67 | 0.62 | 1.25 | - |
| YUV | 18.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 29 | 0.38 | 0.41 | 0 | 0.89 | 245 | 0.26 | 0.09 |
| Hex | 12 | 11 | 1D | 26 | 29 | 0 | 59 | F5 | 1A | 9 |
| Octal | 22 | 21 | 35 | 46 | 51 | 0 | 131 | 365 | 32 | 11 |
| Binary | 10010 | 10001 | 11101 | 100110 | 101001 | 0 | 1011001 | 11110101 | 11010 | 1001 |
Color Harmonies of #12111D
Complementary color
Monochromatic Colors of #12111D
Black with #12111D
Text Example
Text Example
White with #12111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12111D; }
p { color: rgb(18,17,29); }
H1.HeaderClassName
{
color: #12111D;
}
.AnyTagClassName
{
color: #12111D;
}
</style>
background-color css
<style>
a { background-color: #12111D; }
a { background-color: rgb(18,17,29); }
div.DivClassName
{
background-color: #12111D;
}
.BgClassName
{
background-color: #12111D;
}
</style>
border-color css
<style>
span { border-color: #12111D; }
span { border-color: rgb(18,17,29); }
td.TdClassName
{
border-color: #12111D;
}
.TagClassName
{
border-color: #12111D;
}
</style>