#12162C

Color #12162C Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #12162C

Tints of Black Russian #12162C

Color information

#12162C (or 0x12162C) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 2C. RGB value is (18,22,44). Sum of RGB (Red+Green+Blue) = 18+22+44=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #12162C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12162C is #EDE9D3. Grayscale: #171717. Windows color (decimal): -15591892 or 2889234. OLE color: 2889234.

HSL color Cylindrical-coordinate representation of color #12162C: hue angle of 230.77º 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 #12162C is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB182244-
CMYK0.590.500.83
HSL230.77º41.94%12.16%-
HSV(B)230.77º59.09%17.25%-
XYZ0.990.882.5-
YUV23.31139.67124.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 44 (17.58% from 255) = 52.38%
R=21.43%
G=26.19%
B=52.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1822440.590.500.83230.7741.9412.16
Hex12162C3B32053e72ac
Octal222654736201233475214
Binary100101011010110011101111001001010011111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12162C; }

 p { color: rgb(18,22,44); }

 H1.HeaderClassName
 {
   color: #12162C;
 }
 .AnyTagClassName
 {
   color: #12162C;
 }
</style>
background-color css

<style>
 a { background-color: #12162C; }

 a { background-color: rgb(18,22,44); }

 div.DivClassName
 {
   background-color: #12162C;
 }
 .BgClassName
 {
   background-color: #12162C;
 }
</style>
border-color css

<style>
 span { border-color: #12162C; }

 span { border-color: rgb(18,22,44); }

 td.TdClassName
 {
   border-color: #12162C;
 }
 .TagClassName
 {
   border-color: #12162C;
 }
</style>