Shades of Black Russian #121625
Tints of Black Russian #121625
RGB
CMYK
RGB Variations
Color information
#121625 (or 0x121625) is known color: Black Russian. HEX triplet: 12, 16 and 25. RGB value is (18,22,37). Sum of RGB (Red+Green+Blue) = 18+22+37=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #121625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121625 is #EDE9DA. Grayscale: #161616. Windows color (decimal): -15591899 or 2430482. OLE color: 2430482.
HSL color Cylindrical-coordinate representation of color #121625: hue angle of 227.37º 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 #121625 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 22 | 37 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.85 |
| HSL | 227.37º | 0.35% | 0.11% | - |
| HSV(B) | 227.37º | 0.51% | 0.15% | - |
| XYZ | 0.87 | 0.84 | 1.87 | - |
| YUV | 22.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 37 | 0.51 | 0.41 | 0 | 0.85 | 227.37 | 0.35 | 0.11 |
| Hex | 12 | 16 | 25 | 33 | 29 | 0 | 55 | E3 | 23 | B |
| Octal | 22 | 26 | 45 | 63 | 51 | 0 | 125 | 343 | 43 | 13 |
| Binary | 10010 | 10110 | 100101 | 110011 | 101001 | 0 | 1010101 | 11100011 | 100011 | 1011 |
Color Harmonies of #121625
Complementary color
Monochromatic Colors of #121625
Black with #121625
Text Example
Text Example
White with #121625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121625; }
p { color: rgb(18,22,37); }
H1.HeaderClassName
{
color: #121625;
}
.AnyTagClassName
{
color: #121625;
}
</style>
background-color css
<style>
a { background-color: #121625; }
a { background-color: rgb(18,22,37); }
div.DivClassName
{
background-color: #121625;
}
.BgClassName
{
background-color: #121625;
}
</style>
border-color css
<style>
span { border-color: #121625; }
span { border-color: rgb(18,22,37); }
td.TdClassName
{
border-color: #121625;
}
.TagClassName
{
border-color: #121625;
}
</style>