Shades of Black Russian #12141F
Tints of Black Russian #12141F
RGB
CMYK
RGB Variations
Color information
#12141F (or 0x12141F) is known color: Black Russian. HEX triplet: 12, 14 and 1F. RGB value is (18,20,31). Sum of RGB (Red+Green+Blue) = 18+20+31=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #12141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12141F is #EDEBE0. Grayscale: #141414. Windows color (decimal): -15592417 or 2036754. OLE color: 2036754.
HSL color Cylindrical-coordinate representation of color #12141F: hue angle of 230.77º 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 #12141F is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 20 | 31 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.88 |
| HSL | 230.77º | 0.27% | 0.1% | - |
| HSV(B) | 230.77º | 0.42% | 0.12% | - |
| XYZ | 0.75 | 0.73 | 1.4 | - |
| YUV | 20.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 31 | 0.42 | 0.35 | 0 | 0.88 | 230.77 | 0.27 | 0.1 |
| Hex | 12 | 14 | 1F | 2A | 23 | 0 | 58 | E7 | 1B | A |
| Octal | 22 | 24 | 37 | 52 | 43 | 0 | 130 | 347 | 33 | 12 |
| Binary | 10010 | 10100 | 11111 | 101010 | 100011 | 0 | 1011000 | 11100111 | 11011 | 1010 |
Color Harmonies of #12141F
Complementary color
Monochromatic Colors of #12141F
Black with #12141F
Text Example
Text Example
White with #12141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12141F; }
p { color: rgb(18,20,31); }
H1.HeaderClassName
{
color: #12141F;
}
.AnyTagClassName
{
color: #12141F;
}
</style>
background-color css
<style>
a { background-color: #12141F; }
a { background-color: rgb(18,20,31); }
div.DivClassName
{
background-color: #12141F;
}
.BgClassName
{
background-color: #12141F;
}
</style>
border-color css
<style>
span { border-color: #12141F; }
span { border-color: rgb(18,20,31); }
td.TdClassName
{
border-color: #12141F;
}
.TagClassName
{
border-color: #12141F;
}
</style>