#121119

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

Shades of Black Russian #121119

Tints of Black Russian #121119

Color information

#121119 (or 0x121119) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 19. RGB value is (18,17,25). Sum of RGB (Red+Green+Blue) = 18+17+25=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 25 - color contains mainly: blue. Hex color #121119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121119 is #EDEEE6. Grayscale: #121212. Windows color (decimal): -15593191 or 1642770. OLE color: 1642770.

HSL color Cylindrical-coordinate representation of color #121119: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #121119 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB181725-
CMYK0.280.3200.90
HSL247.5º19.05%8.24%-
HSV(B)247.5º32%9.8%-
XYZ0.630.61-
YUV18.21131.83127.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 25 (10.16% from 255) = 41.67%
R=30%
G=28.33%
B=41.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1817250.280.3200.90247.519.058.24
Hex1211191C2005Af8138
Octal222131344001323702310
Binary100101000111001111001000000101101011111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121119; }

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

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

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

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

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

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

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

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