Shades of Black Russian #12182D
Tints of Black Russian #12182D
RGB
CMYK
RGB Variations
Color information
#12182D (or 0x12182D) is known color: Black Russian. HEX triplet: 12, 18 and 2D. RGB value is (18,24,45). Sum of RGB (Red+Green+Blue) = 18+24+45=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #12182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12182D is #EDE7D2. Grayscale: #181818. Windows color (decimal): -15591379 or 2955282. OLE color: 2955282.
HSL color Cylindrical-coordinate representation of color #12182D: hue angle of 226.67º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12182D is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 24 | 45 | - |
| CMYK | 0.6 | 0.47 | 0 | 0.82 |
| HSL | 226.67º | 0.43% | 0.12% | - |
| HSV(B) | 226.67º | 0.6% | 0.18% | - |
| XYZ | 1.05 | 0.97 | 2.61 | - |
| YUV | 24.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 45 | 0.6 | 0.47 | 0 | 0.82 | 226.67 | 0.43 | 0.12 |
| Hex | 12 | 18 | 2D | 3C | 2F | 0 | 52 | E3 | 2B | C |
| Octal | 22 | 30 | 55 | 74 | 57 | 0 | 122 | 343 | 53 | 14 |
| Binary | 10010 | 11000 | 101101 | 111100 | 101111 | 0 | 1010010 | 11100011 | 101011 | 1100 |
Color Harmonies of #12182D
Complementary color
Monochromatic Colors of #12182D
Black with #12182D
Text Example
Text Example
White with #12182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12182D; }
p { color: rgb(18,24,45); }
H1.HeaderClassName
{
color: #12182D;
}
.AnyTagClassName
{
color: #12182D;
}
</style>
background-color css
<style>
a { background-color: #12182D; }
a { background-color: rgb(18,24,45); }
div.DivClassName
{
background-color: #12182D;
}
.BgClassName
{
background-color: #12182D;
}
</style>
border-color css
<style>
span { border-color: #12182D; }
span { border-color: rgb(18,24,45); }
td.TdClassName
{
border-color: #12182D;
}
.TagClassName
{
border-color: #12182D;
}
</style>