Shades of Black Russian #12142C
Tints of Black Russian #12142C
RGB
CMYK
RGB Variations
Color information
#12142C (or 0x12142C) is known color: Black Russian. HEX triplet: 12, 14 and 2C. RGB value is (18,20,44). Sum of RGB (Red+Green+Blue) = 18+20+44=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #12142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12142C is #EDEBD3. Grayscale: #161616. Windows color (decimal): -15592404 or 2888722. OLE color: 2888722.
HSL color Cylindrical-coordinate representation of color #12142C: hue angle of 235.38º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12142C is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 20 | 44 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.83 |
| HSL | 235.38º | 0.42% | 0.12% | - |
| HSV(B) | 235.38º | 0.59% | 0.17% | - |
| XYZ | 0.95 | 0.81 | 2.49 | - |
| YUV | 22.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 44 | 0.59 | 0.55 | 0 | 0.83 | 235.38 | 0.42 | 0.12 |
| Hex | 12 | 14 | 2C | 3B | 37 | 0 | 53 | EB | 2A | C |
| Octal | 22 | 24 | 54 | 73 | 67 | 0 | 123 | 353 | 52 | 14 |
| Binary | 10010 | 10100 | 101100 | 111011 | 110111 | 0 | 1010011 | 11101011 | 101010 | 1100 |
Color Harmonies of #12142C
Complementary color
Monochromatic Colors of #12142C
Black with #12142C
Text Example
Text Example
White with #12142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12142C; }
p { color: rgb(18,20,44); }
H1.HeaderClassName
{
color: #12142C;
}
.AnyTagClassName
{
color: #12142C;
}
</style>
background-color css
<style>
a { background-color: #12142C; }
a { background-color: rgb(18,20,44); }
div.DivClassName
{
background-color: #12142C;
}
.BgClassName
{
background-color: #12142C;
}
</style>
border-color css
<style>
span { border-color: #12142C; }
span { border-color: rgb(18,20,44); }
td.TdClassName
{
border-color: #12142C;
}
.TagClassName
{
border-color: #12142C;
}
</style>