Shades of Black Russian #121425
Tints of Black Russian #121425
RGB
CMYK
RGB Variations
Color information
#121425 (or 0x121425) is known color: Black Russian. HEX triplet: 12, 14 and 25. RGB value is (18,20,37). Sum of RGB (Red+Green+Blue) = 18+20+37=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #121425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121425 is #EDEBDA. Grayscale: #151515. Windows color (decimal): -15592411 or 2429970. OLE color: 2429970.
HSL color Cylindrical-coordinate representation of color #121425: hue angle of 233.68º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #121425 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 20 | 37 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.85 |
| HSL | 233.68º | 0.35% | 0.11% | - |
| HSV(B) | 233.68º | 0.51% | 0.15% | - |
| XYZ | 0.83 | 0.76 | 1.85 | - |
| YUV | 21.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 37 | 0.51 | 0.46 | 0 | 0.85 | 233.68 | 0.35 | 0.11 |
| Hex | 12 | 14 | 25 | 33 | 2E | 0 | 55 | EA | 23 | B |
| Octal | 22 | 24 | 45 | 63 | 56 | 0 | 125 | 352 | 43 | 13 |
| Binary | 10010 | 10100 | 100101 | 110011 | 101110 | 0 | 1010101 | 11101010 | 100011 | 1011 |
Color Harmonies of #121425
Complementary color
Monochromatic Colors of #121425
Black with #121425
Text Example
Text Example
White with #121425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121425; }
p { color: rgb(18,20,37); }
H1.HeaderClassName
{
color: #121425;
}
.AnyTagClassName
{
color: #121425;
}
</style>
background-color css
<style>
a { background-color: #121425; }
a { background-color: rgb(18,20,37); }
div.DivClassName
{
background-color: #121425;
}
.BgClassName
{
background-color: #121425;
}
</style>
border-color css
<style>
span { border-color: #121425; }
span { border-color: rgb(18,20,37); }
td.TdClassName
{
border-color: #121425;
}
.TagClassName
{
border-color: #121425;
}
</style>