Shades of Black Russian #12182F
Tints of Black Russian #12182F
RGB
CMYK
RGB Variations
Color information
#12182F (or 0x12182F) is known color: Black Russian. HEX triplet: 12, 18 and 2F. RGB value is (18,24,47). Sum of RGB (Red+Green+Blue) = 18+24+47=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #12182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12182F is #EDE7D0. Grayscale: #181818. Windows color (decimal): -15591377 or 3086354. OLE color: 3086354.
HSL color Cylindrical-coordinate representation of color #12182F: hue angle of 227.59º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12182F is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 24 | 47 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.82 |
| HSL | 227.59º | 0.45% | 0.13% | - |
| HSV(B) | 227.59º | 0.62% | 0.18% | - |
| XYZ | 1.09 | 0.99 | 2.82 | - |
| YUV | 24.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 47 | 0.62 | 0.49 | 0 | 0.82 | 227.59 | 0.45 | 0.13 |
| Hex | 12 | 18 | 2F | 3E | 31 | 0 | 52 | E4 | 2D | D |
| Octal | 22 | 30 | 57 | 76 | 61 | 0 | 122 | 344 | 55 | 15 |
| Binary | 10010 | 11000 | 101111 | 111110 | 110001 | 0 | 1010010 | 11100100 | 101101 | 1101 |
Color Harmonies of #12182F
Complementary color
Monochromatic Colors of #12182F
Black with #12182F
Text Example
Text Example
White with #12182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12182F; }
p { color: rgb(18,24,47); }
H1.HeaderClassName
{
color: #12182F;
}
.AnyTagClassName
{
color: #12182F;
}
</style>
background-color css
<style>
a { background-color: #12182F; }
a { background-color: rgb(18,24,47); }
div.DivClassName
{
background-color: #12182F;
}
.BgClassName
{
background-color: #12182F;
}
</style>
border-color css
<style>
span { border-color: #12182F; }
span { border-color: rgb(18,24,47); }
td.TdClassName
{
border-color: #12182F;
}
.TagClassName
{
border-color: #12182F;
}
</style>