#111531

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

Shades of Black Russian #111531

Tints of Black Russian #111531

Color information

#111531 (or 0x111531) is unknown color: approx Black Russian. HEX triplet: 11, 15 and 31. RGB value is (17,21,49). Sum of RGB (Red+Green+Blue) = 17+21+49=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #111531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111531 is #EEEACE. Grayscale: #161616. Windows color (decimal): -15657679 or 3216657. OLE color: 3216657.

HSL color Cylindrical-coordinate representation of color #111531: hue angle of 232.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111531 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB172149-
CMYK0.650.5700.81
HSL232.5º48.48%12.94%-
HSV(B)232.5º65.31%19.22%-
XYZ1.050.883.02-
YUV23142.67123.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 49 (19.53% from 255) = 56.32%
R=19.54%
G=24.14%
B=56.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1721490.650.5700.81232.548.4812.94
Hex1115314139051e830d
Octal2125611017101213506015
Binary1000110101110001100000111100101010001111010001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111531; }

 p { color: rgb(17,21,49); }

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

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

 a { background-color: rgb(17,21,49); }

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

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

 span { border-color: rgb(17,21,49); }

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