#111222

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

Shades of Black Russian #111222

Tints of Black Russian #111222

Color information

#111222 (or 0x111222) is unknown color: approx Black Russian. HEX triplet: 11, 12 and 22. RGB value is (17,18,34). Sum of RGB (Red+Green+Blue) = 17+18+34=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 18 (7.42% from 255 or 26.09% 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 #111222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111222 is #EEEDDD. Grayscale: #131313. Windows color (decimal): -15658462 or 2232849. OLE color: 2232849.

HSL color Cylindrical-coordinate representation of color #111222: hue angle of 236.47º 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 #111222 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB171834-
CMYK0.500.4700.87
HSL236.47º33.33%10%-
HSV(B)236.47º50%13.33%-
XYZ0.740.671.6-
YUV19.52136.17126.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1718340.500.4700.87236.4733.3310
Hex111222322F057ec21a
Octal212242625701273544112
Binary100011001010001011001010111101010111111011001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111222; }

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

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

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

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

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

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

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

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