Shades of Black Russian #12111B
Tints of Black Russian #12111B
RGB
CMYK
RGB Variations
Color information
#12111B (or 0x12111B) is known color: Black Russian. HEX triplet: 12, 11 and 1B. RGB value is (18,17,27). Sum of RGB (Red+Green+Blue) = 18+17+27=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #12111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12111B is #EDEEE4. Grayscale: #121212. Windows color (decimal): -15593189 or 1773842. OLE color: 1773842.
HSL color Cylindrical-coordinate representation of color #12111B: hue angle of 246º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #12111B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 17 | 27 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.89 |
| HSL | 246º | 0.23% | 0.09% | - |
| HSV(B) | 246º | 0.37% | 0.11% | - |
| XYZ | 0.65 | 0.61 | 1.12 | - |
| YUV | 18.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 27 | 0.33 | 0.37 | 0 | 0.89 | 246 | 0.23 | 0.09 |
| Hex | 12 | 11 | 1B | 21 | 25 | 0 | 59 | F6 | 17 | 9 |
| Octal | 22 | 21 | 33 | 41 | 45 | 0 | 131 | 366 | 27 | 11 |
| Binary | 10010 | 10001 | 11011 | 100001 | 100101 | 0 | 1011001 | 11110110 | 10111 | 1001 |
Color Harmonies of #12111B
Complementary color
Monochromatic Colors of #12111B
Black with #12111B
Text Example
Text Example
White with #12111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12111B; }
p { color: rgb(18,17,27); }
H1.HeaderClassName
{
color: #12111B;
}
.AnyTagClassName
{
color: #12111B;
}
</style>
background-color css
<style>
a { background-color: #12111B; }
a { background-color: rgb(18,17,27); }
div.DivClassName
{
background-color: #12111B;
}
.BgClassName
{
background-color: #12111B;
}
</style>
border-color css
<style>
span { border-color: #12111B; }
span { border-color: rgb(18,17,27); }
td.TdClassName
{
border-color: #12111B;
}
.TagClassName
{
border-color: #12111B;
}
</style>