Shades of Black Russian #121127
Tints of Black Russian #121127
RGB
CMYK
RGB Variations
Color information
#121127 (or 0x121127) is known color: Black Russian. HEX triplet: 12, 11 and 27. RGB value is (18,17,39). Sum of RGB (Red+Green+Blue) = 18+17+39=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #121127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121127 is #EDEED8. Grayscale: #131313. Windows color (decimal): -15593177 or 2560274. OLE color: 2560274.
HSL color Cylindrical-coordinate representation of color #121127: hue angle of 242.73º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #121127 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 17 | 39 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.85 |
| HSL | 242.73º | 0.39% | 0.11% | - |
| HSV(B) | 242.73º | 0.56% | 0.15% | - |
| XYZ | 0.82 | 0.68 | 2.01 | - |
| YUV | 19.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 39 | 0.54 | 0.56 | 0 | 0.85 | 242.73 | 0.39 | 0.11 |
| Hex | 12 | 11 | 27 | 36 | 38 | 0 | 55 | F3 | 27 | B |
| Octal | 22 | 21 | 47 | 66 | 70 | 0 | 125 | 363 | 47 | 13 |
| Binary | 10010 | 10001 | 100111 | 110110 | 111000 | 0 | 1010101 | 11110011 | 100111 | 1011 |
Color Harmonies of #121127
Complementary color
Monochromatic Colors of #121127
Black with #121127
Text Example
Text Example
White with #121127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121127; }
p { color: rgb(18,17,39); }
H1.HeaderClassName
{
color: #121127;
}
.AnyTagClassName
{
color: #121127;
}
</style>
background-color css
<style>
a { background-color: #121127; }
a { background-color: rgb(18,17,39); }
div.DivClassName
{
background-color: #121127;
}
.BgClassName
{
background-color: #121127;
}
</style>
border-color css
<style>
span { border-color: #121127; }
span { border-color: rgb(18,17,39); }
td.TdClassName
{
border-color: #121127;
}
.TagClassName
{
border-color: #121127;
}
</style>