#12111C

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

Shades of Black Russian #12111C

Tints of Black Russian #12111C

Color information

#12111C (or 0x12111C) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 1C. RGB value is (18,17,28). Sum of RGB (Red+Green+Blue) = 18+17+28=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #12111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12111C is #EDEEE3. Grayscale: #121212. Windows color (decimal): -15593188 or 1839378. OLE color: 1839378.

HSL color Cylindrical-coordinate representation of color #12111C: hue angle of 245.45º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #12111C is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181728-
CMYK0.360.3900.89
HSL245.45º24.44%8.82%-
HSV(B)245.45º39.29%10.98%-
XYZ0.660.611.18-
YUV18.55133.33127.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=28.57%
G=26.98%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1817280.360.3900.89245.4524.448.82
Hex12111C2427059f5189
Octal222134444701313653011
Binary1001010001111001001001001110101100111110101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,17,28); }

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

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

 a { background-color: rgb(18,17,28); }

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

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

 span { border-color: rgb(18,17,28); }

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