Shades of Black Russian #120F27
Tints of Black Russian #120F27
RGB
CMYK
RGB Variations
Color information
#120F27 (or 0x120F27) is known color: Black Russian. HEX triplet: 12, 0F and 27. RGB value is (18,15,39). Sum of RGB (Red+Green+Blue) = 18+15+39=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #120F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F27 is #EDF0D8. Grayscale: #121212. Windows color (decimal): -15593689 or 2559762. OLE color: 2559762.
HSL color Cylindrical-coordinate representation of color #120F27: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #120F27 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 15 | 39 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.85 |
| HSL | 247.5º | 0.44% | 0.11% | - |
| HSV(B) | 247.5º | 0.62% | 0.15% | - |
| XYZ | 0.79 | 0.62 | 2 | - |
| YUV | 18.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 39 | 0.54 | 0.62 | 0 | 0.85 | 247.5 | 0.44 | 0.11 |
| Hex | 12 | F | 27 | 36 | 3E | 0 | 55 | F8 | 2C | B |
| Octal | 22 | 17 | 47 | 66 | 76 | 0 | 125 | 370 | 54 | 13 |
| Binary | 10010 | 1111 | 100111 | 110110 | 111110 | 0 | 1010101 | 11111000 | 101100 | 1011 |
Color Harmonies of #120F27
Complementary color
Monochromatic Colors of #120F27
Black with #120F27
Text Example
Text Example
White with #120F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F27; }
p { color: rgb(18,15,39); }
H1.HeaderClassName
{
color: #120F27;
}
.AnyTagClassName
{
color: #120F27;
}
</style>
background-color css
<style>
a { background-color: #120F27; }
a { background-color: rgb(18,15,39); }
div.DivClassName
{
background-color: #120F27;
}
.BgClassName
{
background-color: #120F27;
}
</style>
border-color css
<style>
span { border-color: #120F27; }
span { border-color: rgb(18,15,39); }
td.TdClassName
{
border-color: #120F27;
}
.TagClassName
{
border-color: #120F27;
}
</style>