#12111E

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

Shades of Black Russian #12111E

Tints of Black Russian #12111E

Color information

#12111E (or 0x12111E) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 1E. RGB value is (18,17,30). Sum of RGB (Red+Green+Blue) = 18+17+30=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #12111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12111E is #EDEEE1. Grayscale: #121212. Windows color (decimal): -15593186 or 1970450. OLE color: 1970450.

HSL color Cylindrical-coordinate representation of color #12111E: hue angle of 244.62º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #12111E is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB181730-
CMYK0.400.4300.88
HSL244.62º27.66%9.22%-
HSV(B)244.62º43.33%11.76%-
XYZ0.680.621.31-
YUV18.78134.33127.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 30 (12.11% from 255) = 46.15%
R=27.69%
G=26.15%
B=46.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1817300.400.4300.88244.6227.669.22
Hex12111E282B058f51c9
Octal222136505301303653411
Binary1001010001111101010001010110101100011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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