Shades of Black Russian #121A28
Tints of Black Russian #121A28
RGB
CMYK
RGB Variations
Color information
#121A28 (or 0x121A28) is known color: Black Russian. HEX triplet: 12, 1A and 28. RGB value is (18,26,40). Sum of RGB (Red+Green+Blue) = 18+26+40=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #121A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A28 is #EDE5D7. Grayscale: #191919. Windows color (decimal): -15590872 or 2628114. OLE color: 2628114.
HSL color Cylindrical-coordinate representation of color #121A28: hue angle of 218.18º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121A28 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 26 | 40 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.84 |
| HSL | 218.18º | 0.38% | 0.11% | - |
| HSV(B) | 218.18º | 0.55% | 0.16% | - |
| XYZ | 1 | 1.02 | 2.15 | - |
| YUV | 25.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 40 | 0.55 | 0.35 | 0 | 0.84 | 218.18 | 0.38 | 0.11 |
| Hex | 12 | 1A | 28 | 37 | 23 | 0 | 54 | DA | 26 | B |
| Octal | 22 | 32 | 50 | 67 | 43 | 0 | 124 | 332 | 46 | 13 |
| Binary | 10010 | 11010 | 101000 | 110111 | 100011 | 0 | 1010100 | 11011010 | 100110 | 1011 |
Color Harmonies of #121A28
Complementary color
Monochromatic Colors of #121A28
Black with #121A28
Text Example
Text Example
White with #121A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A28; }
p { color: rgb(18,26,40); }
H1.HeaderClassName
{
color: #121A28;
}
.AnyTagClassName
{
color: #121A28;
}
</style>
background-color css
<style>
a { background-color: #121A28; }
a { background-color: rgb(18,26,40); }
div.DivClassName
{
background-color: #121A28;
}
.BgClassName
{
background-color: #121A28;
}
</style>
border-color css
<style>
span { border-color: #121A28; }
span { border-color: rgb(18,26,40); }
td.TdClassName
{
border-color: #121A28;
}
.TagClassName
{
border-color: #121A28;
}
</style>