Shades of Black Russian #12132E
Tints of Black Russian #12132E
RGB
CMYK
RGB Variations
Color information
#12132E (or 0x12132E) is known color: Black Russian. HEX triplet: 12, 13 and 2E. RGB value is (18,19,46). Sum of RGB (Red+Green+Blue) = 18+19+46=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #12132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12132E is #EDECD1. Grayscale: #151515. Windows color (decimal): -15592658 or 3019538. OLE color: 3019538.
HSL color Cylindrical-coordinate representation of color #12132E: hue angle of 237.86º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12132E is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 19 | 46 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.82 |
| HSL | 237.86º | 0.44% | 0.13% | - |
| HSV(B) | 237.86º | 0.61% | 0.18% | - |
| XYZ | 0.98 | 0.79 | 2.69 | - |
| YUV | 21.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 46 | 0.61 | 0.59 | 0 | 0.82 | 237.86 | 0.44 | 0.13 |
| Hex | 12 | 13 | 2E | 3D | 3B | 0 | 52 | EE | 2C | D |
| Octal | 22 | 23 | 56 | 75 | 73 | 0 | 122 | 356 | 54 | 15 |
| Binary | 10010 | 10011 | 101110 | 111101 | 111011 | 0 | 1010010 | 11101110 | 101100 | 1101 |
Color Harmonies of #12132E
Complementary color
Monochromatic Colors of #12132E
Black with #12132E
Text Example
Text Example
White with #12132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12132E; }
p { color: rgb(18,19,46); }
H1.HeaderClassName
{
color: #12132E;
}
.AnyTagClassName
{
color: #12132E;
}
</style>
background-color css
<style>
a { background-color: #12132E; }
a { background-color: rgb(18,19,46); }
div.DivClassName
{
background-color: #12132E;
}
.BgClassName
{
background-color: #12132E;
}
</style>
border-color css
<style>
span { border-color: #12132E; }
span { border-color: rgb(18,19,46); }
td.TdClassName
{
border-color: #12132E;
}
.TagClassName
{
border-color: #12132E;
}
</style>