Shades of Black Russian #120F31
Tints of Black Russian #120F31
RGB
CMYK
RGB Variations
Color information
#120F31 (or 0x120F31) is known color: Black Russian. HEX triplet: 12, 0F and 31. RGB value is (18,15,49). Sum of RGB (Red+Green+Blue) = 18+15+49=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #120F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F31 is #EDF0CE. Grayscale: #131313. Windows color (decimal): -15593679 or 3215122. OLE color: 3215122.
HSL color Cylindrical-coordinate representation of color #120F31: hue angle of 245.29º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #120F31 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 15 | 49 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.81 |
| HSL | 245.29º | 0.53% | 0.13% | - |
| HSV(B) | 245.29º | 0.69% | 0.19% | - |
| XYZ | 0.97 | 0.69 | 2.99 | - |
| YUV | 19.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 49 | 0.63 | 0.69 | 0 | 0.81 | 245.29 | 0.53 | 0.13 |
| Hex | 12 | F | 31 | 3F | 45 | 0 | 51 | F5 | 35 | D |
| Octal | 22 | 17 | 61 | 77 | 105 | 0 | 121 | 365 | 65 | 15 |
| Binary | 10010 | 1111 | 110001 | 111111 | 1000101 | 0 | 1010001 | 11110101 | 110101 | 1101 |
Color Harmonies of #120F31
Complementary color
Monochromatic Colors of #120F31
Black with #120F31
Text Example
Text Example
White with #120F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F31; }
p { color: rgb(18,15,49); }
H1.HeaderClassName
{
color: #120F31;
}
.AnyTagClassName
{
color: #120F31;
}
</style>
background-color css
<style>
a { background-color: #120F31; }
a { background-color: rgb(18,15,49); }
div.DivClassName
{
background-color: #120F31;
}
.BgClassName
{
background-color: #120F31;
}
</style>
border-color css
<style>
span { border-color: #120F31; }
span { border-color: rgb(18,15,49); }
td.TdClassName
{
border-color: #120F31;
}
.TagClassName
{
border-color: #120F31;
}
</style>