#121122

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

Shades of Black Russian #121122

Tints of Black Russian #121122

Color information

#121122 (or 0x121122) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 22. RGB value is (18,17,34). Sum of RGB (Red+Green+Blue) = 18+17+34=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 34 (13.67% from 255 or 49.28% from 69); Max value from RGB is 34 - color contains mainly: blue. Hex color #121122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121122 is #EDEEDD. Grayscale: #131313. Windows color (decimal): -15593182 or 2232594. OLE color: 2232594.

HSL color Cylindrical-coordinate representation of color #121122: hue angle of 243.53º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121122 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB181734-
CMYK0.470.5000.87
HSL243.53º33.33%10%-
HSV(B)243.53º50%13.33%-
XYZ0.740.641.6-
YUV19.24136.33127.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 34 (13.67% from 255) = 49.28%
R=26.09%
G=24.64%
B=49.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1817340.470.5000.87243.5333.3310
Hex1211222F32057f421a
Octal222142576201273644112
Binary100101000110001010111111001001010111111101001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121122; }

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

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

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

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

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

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

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

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