Shades of Black Russian #121230
Tints of Black Russian #121230
RGB
CMYK
RGB Variations
Color information
#121230 (or 0x121230) is known color: Black Russian. HEX triplet: 12, 12 and 30. RGB value is (18,18,48). Sum of RGB (Red+Green+Blue) = 18+18+48=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #121230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121230 is #EDEDCF. Grayscale: #151515. Windows color (decimal): -15592912 or 3150354. OLE color: 3150354.
HSL color Cylindrical-coordinate representation of color #121230: hue angle of 240º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121230 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 18 | 48 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.81 |
| HSL | 240º | 0.45% | 0.13% | - |
| HSV(B) | 240º | 0.63% | 0.19% | - |
| XYZ | 1 | 0.77 | 2.89 | - |
| YUV | 21.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 48 | 0.63 | 0.63 | 0 | 0.81 | 240 | 0.45 | 0.13 |
| Hex | 12 | 12 | 30 | 3F | 3F | 0 | 51 | F0 | 2D | D |
| Octal | 22 | 22 | 60 | 77 | 77 | 0 | 121 | 360 | 55 | 15 |
| Binary | 10010 | 10010 | 110000 | 111111 | 111111 | 0 | 1010001 | 11110000 | 101101 | 1101 |
Color Harmonies of #121230
Complementary color
Monochromatic Colors of #121230
Black with #121230
Text Example
Text Example
White with #121230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121230; }
p { color: rgb(18,18,48); }
H1.HeaderClassName
{
color: #121230;
}
.AnyTagClassName
{
color: #121230;
}
</style>
background-color css
<style>
a { background-color: #121230; }
a { background-color: rgb(18,18,48); }
div.DivClassName
{
background-color: #121230;
}
.BgClassName
{
background-color: #121230;
}
</style>
border-color css
<style>
span { border-color: #121230; }
span { border-color: rgb(18,18,48); }
td.TdClassName
{
border-color: #121230;
}
.TagClassName
{
border-color: #121230;
}
</style>