#111332

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

Shades of Black Russian #111332

Tints of Black Russian #111332

Color information

#111332 (or 0x111332) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 32. RGB value is (17,19,50). Sum of RGB (Red+Green+Blue) = 17+19+50=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #111332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111332 is #EEECCD. Grayscale: #151515. Windows color (decimal): -15658190 or 3281681. OLE color: 3281681.

HSL color Cylindrical-coordinate representation of color #111332: hue angle of 236.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #111332 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB171950-
CMYK0.660.6200.80
HSL236.36º49.25%13.14%-
HSV(B)236.36º66%19.61%-
XYZ1.040.823.12-
YUV21.94143.84124.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 50 (19.92% from 255) = 58.14%
R=19.77%
G=22.09%
B=58.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1719500.660.6200.80236.3649.2513.14
Hex111332423E050ec31d
Octal2123621027601203546115
Binary1000110011110010100001011111001010000111011001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111332; }

 p { color: rgb(17,19,50); }

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

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

 a { background-color: rgb(17,19,50); }

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

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

 span { border-color: rgb(17,19,50); }

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