Shades of Black Russian #12182A
Tints of Black Russian #12182A
RGB
CMYK
RGB Variations
Color information
#12182A (or 0x12182A) is known color: Black Russian. HEX triplet: 12, 18 and 2A. RGB value is (18,24,42). Sum of RGB (Red+Green+Blue) = 18+24+42=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #12182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12182A is #EDE7D5. Grayscale: #181818. Windows color (decimal): -15591382 or 2758674. OLE color: 2758674.
HSL color Cylindrical-coordinate representation of color #12182A: hue angle of 225º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12182A is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 24 | 42 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.84 |
| HSL | 225º | 0.4% | 0.12% | - |
| HSV(B) | 225º | 0.57% | 0.16% | - |
| XYZ | 0.99 | 0.95 | 2.32 | - |
| YUV | 24.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 42 | 0.57 | 0.43 | 0 | 0.84 | 225 | 0.4 | 0.12 |
| Hex | 12 | 18 | 2A | 39 | 2B | 0 | 54 | E1 | 28 | C |
| Octal | 22 | 30 | 52 | 71 | 53 | 0 | 124 | 341 | 50 | 14 |
| Binary | 10010 | 11000 | 101010 | 111001 | 101011 | 0 | 1010100 | 11100001 | 101000 | 1100 |
Color Harmonies of #12182A
Complementary color
Monochromatic Colors of #12182A
Black with #12182A
Text Example
Text Example
White with #12182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12182A; }
p { color: rgb(18,24,42); }
H1.HeaderClassName
{
color: #12182A;
}
.AnyTagClassName
{
color: #12182A;
}
</style>
background-color css
<style>
a { background-color: #12182A; }
a { background-color: rgb(18,24,42); }
div.DivClassName
{
background-color: #12182A;
}
.BgClassName
{
background-color: #12182A;
}
</style>
border-color css
<style>
span { border-color: #12182A; }
span { border-color: rgb(18,24,42); }
td.TdClassName
{
border-color: #12182A;
}
.TagClassName
{
border-color: #12182A;
}
</style>