#12162A

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

Shades of Black Russian #12162A

Tints of Black Russian #12162A

Color information

#12162A (or 0x12162A) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 2A. RGB value is (18,22,42). Sum of RGB (Red+Green+Blue) = 18+22+42=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #12162A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12162A is #EDE9D5. Grayscale: #171717. Windows color (decimal): -15591894 or 2758162. OLE color: 2758162.

HSL color Cylindrical-coordinate representation of color #12162A: hue angle of 230º 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 #12162A is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182242-
CMYK0.570.4800.84
HSL230º40%11.76%-
HSV(B)230º57.14%16.47%-
XYZ0.950.872.31-
YUV23.08138.67124.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=21.95%
G=26.83%
B=51.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1822420.570.4800.842304011.76
Hex12162A3930054e628c
Octal222652716001243465014
Binary100101011010101011100111000001010100111001101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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