Shades of Black Russian #12121F
Tints of Black Russian #12121F
RGB
CMYK
RGB Variations
Color information
#12121F (or 0x12121F) is known color: Black Russian. HEX triplet: 12, 12 and 1F. RGB value is (18,18,31). Sum of RGB (Red+Green+Blue) = 18+18+31=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #12121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12121F is #EDEDE0. Grayscale: #131313. Windows color (decimal): -15592929 or 2036242. OLE color: 2036242.
HSL color Cylindrical-coordinate representation of color #12121F: hue angle of 240º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #12121F is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 18 | 31 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.88 |
| HSL | 240º | 0.27% | 0.1% | - |
| HSV(B) | 240º | 0.42% | 0.12% | - |
| XYZ | 0.71 | 0.66 | 1.39 | - |
| YUV | 19.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 31 | 0.42 | 0.42 | 0 | 0.88 | 240 | 0.27 | 0.1 |
| Hex | 12 | 12 | 1F | 2A | 2A | 0 | 58 | F0 | 1B | A |
| Octal | 22 | 22 | 37 | 52 | 52 | 0 | 130 | 360 | 33 | 12 |
| Binary | 10010 | 10010 | 11111 | 101010 | 101010 | 0 | 1011000 | 11110000 | 11011 | 1010 |
Color Harmonies of #12121F
Complementary color
Monochromatic Colors of #12121F
Black with #12121F
Text Example
Text Example
White with #12121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12121F; }
p { color: rgb(18,18,31); }
H1.HeaderClassName
{
color: #12121F;
}
.AnyTagClassName
{
color: #12121F;
}
</style>
background-color css
<style>
a { background-color: #12121F; }
a { background-color: rgb(18,18,31); }
div.DivClassName
{
background-color: #12121F;
}
.BgClassName
{
background-color: #12121F;
}
</style>
border-color css
<style>
span { border-color: #12121F; }
span { border-color: rgb(18,18,31); }
td.TdClassName
{
border-color: #12121F;
}
.TagClassName
{
border-color: #12121F;
}
</style>