Shades of Black Russian #121332
Tints of Black Russian #121332
RGB
CMYK
RGB Variations
Color information
#121332 (or 0x121332) is known color: Black Russian. HEX triplet: 12, 13 and 32. RGB value is (18,19,50). Sum of RGB (Red+Green+Blue) = 18+19+50=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #121332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121332 is #EDECCD. Grayscale: #161616. Windows color (decimal): -15592654 or 3281682. OLE color: 3281682.
HSL color Cylindrical-coordinate representation of color #121332: hue angle of 238.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #121332 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 19 | 50 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.80 |
| HSL | 238.13º | 0.47% | 0.13% | - |
| HSV(B) | 238.13º | 0.64% | 0.2% | - |
| XYZ | 1.06 | 0.82 | 3.12 | - |
| YUV | 22.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 50 | 0.64 | 0.62 | 0 | 0.80 | 238.13 | 0.47 | 0.13 |
| Hex | 12 | 13 | 32 | 40 | 3E | 0 | 50 | EE | 2F | D |
| Octal | 22 | 23 | 62 | 100 | 76 | 0 | 120 | 356 | 57 | 15 |
| Binary | 10010 | 10011 | 110010 | 1000000 | 111110 | 0 | 1010000 | 11101110 | 101111 | 1101 |
Color Harmonies of #121332
Complementary color
Monochromatic Colors of #121332
Black with #121332
Text Example
Text Example
White with #121332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121332; }
p { color: rgb(18,19,50); }
H1.HeaderClassName
{
color: #121332;
}
.AnyTagClassName
{
color: #121332;
}
</style>
background-color css
<style>
a { background-color: #121332; }
a { background-color: rgb(18,19,50); }
div.DivClassName
{
background-color: #121332;
}
.BgClassName
{
background-color: #121332;
}
</style>
border-color css
<style>
span { border-color: #121332; }
span { border-color: rgb(18,19,50); }
td.TdClassName
{
border-color: #121332;
}
.TagClassName
{
border-color: #121332;
}
</style>