Shades of Black Russian #121227
Tints of Black Russian #121227
RGB
CMYK
RGB Variations
Color information
#121227 (or 0x121227) is known color: Black Russian. HEX triplet: 12, 12 and 27. RGB value is (18,18,39). Sum of RGB (Red+Green+Blue) = 18+18+39=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #121227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121227 is #EDEDD8. Grayscale: #141414. Windows color (decimal): -15592921 or 2560530. OLE color: 2560530.
HSL color Cylindrical-coordinate representation of color #121227: hue angle of 240º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #121227 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 18 | 39 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.85 |
| HSL | 240º | 0.37% | 0.11% | - |
| HSV(B) | 240º | 0.54% | 0.15% | - |
| XYZ | 0.83 | 0.71 | 2.01 | - |
| YUV | 20.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 39 | 0.54 | 0.54 | 0 | 0.85 | 240 | 0.37 | 0.11 |
| Hex | 12 | 12 | 27 | 36 | 36 | 0 | 55 | F0 | 25 | B |
| Octal | 22 | 22 | 47 | 66 | 66 | 0 | 125 | 360 | 45 | 13 |
| Binary | 10010 | 10010 | 100111 | 110110 | 110110 | 0 | 1010101 | 11110000 | 100101 | 1011 |
Color Harmonies of #121227
Complementary color
Monochromatic Colors of #121227
Black with #121227
Text Example
Text Example
White with #121227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121227; }
p { color: rgb(18,18,39); }
H1.HeaderClassName
{
color: #121227;
}
.AnyTagClassName
{
color: #121227;
}
</style>
background-color css
<style>
a { background-color: #121227; }
a { background-color: rgb(18,18,39); }
div.DivClassName
{
background-color: #121227;
}
.BgClassName
{
background-color: #121227;
}
</style>
border-color css
<style>
span { border-color: #121227; }
span { border-color: rgb(18,18,39); }
td.TdClassName
{
border-color: #121227;
}
.TagClassName
{
border-color: #121227;
}
</style>