#12162B

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

Shades of Black Russian #12162B

Tints of Black Russian #12162B

Color information

#12162B (or 0x12162B) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 2B. RGB value is (18,22,43). Sum of RGB (Red+Green+Blue) = 18+22+43=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #12162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12162B is #EDE9D4. Grayscale: #171717. Windows color (decimal): -15591893 or 2823698. OLE color: 2823698.

HSL color Cylindrical-coordinate representation of color #12162B: hue angle of 230.4º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12162B is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB182243-
CMYK0.580.4900.83
HSL230.4º40.98%11.96%-
HSV(B)230.4º58.14%16.86%-
XYZ0.970.882.4-
YUV23.2139.17124.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 43 (17.19% from 255) = 51.81%
R=21.69%
G=26.51%
B=51.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1822430.580.4900.83230.440.9811.96
Hex12162B3A31053e629c
Octal222653726101233465114
Binary100101011010101111101011000101010011111001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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