Shades of Black Russian #12172C
Tints of Black Russian #12172C
RGB
CMYK
RGB Variations
Color information
#12172C (or 0x12172C) is known color: Black Russian. HEX triplet: 12, 17 and 2C. RGB value is (18,23,44). Sum of RGB (Red+Green+Blue) = 18+23+44=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #12172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12172C is #EDE8D3. Grayscale: #171717. Windows color (decimal): -15591636 or 2889490. OLE color: 2889490.
HSL color Cylindrical-coordinate representation of color #12172C: hue angle of 228.46º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12172C is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 23 | 44 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.83 |
| HSL | 228.46º | 0.42% | 0.12% | - |
| HSV(B) | 228.46º | 0.59% | 0.17% | - |
| XYZ | 1.01 | 0.92 | 2.51 | - |
| YUV | 23.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 44 | 0.59 | 0.48 | 0 | 0.83 | 228.46 | 0.42 | 0.12 |
| Hex | 12 | 17 | 2C | 3B | 30 | 0 | 53 | E4 | 2A | C |
| Octal | 22 | 27 | 54 | 73 | 60 | 0 | 123 | 344 | 52 | 14 |
| Binary | 10010 | 10111 | 101100 | 111011 | 110000 | 0 | 1010011 | 11100100 | 101010 | 1100 |
Color Harmonies of #12172C
Complementary color
Monochromatic Colors of #12172C
Black with #12172C
Text Example
Text Example
White with #12172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12172C; }
p { color: rgb(18,23,44); }
H1.HeaderClassName
{
color: #12172C;
}
.AnyTagClassName
{
color: #12172C;
}
</style>
background-color css
<style>
a { background-color: #12172C; }
a { background-color: rgb(18,23,44); }
div.DivClassName
{
background-color: #12172C;
}
.BgClassName
{
background-color: #12172C;
}
</style>
border-color css
<style>
span { border-color: #12172C; }
span { border-color: rgb(18,23,44); }
td.TdClassName
{
border-color: #12172C;
}
.TagClassName
{
border-color: #12172C;
}
</style>