#111527

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

Shades of Black Russian #111527

Tints of Black Russian #111527

Color information

#111527 (or 0x111527) is unknown color: approx Black Russian. HEX triplet: 11, 15 and 27. RGB value is (17,21,39). Sum of RGB (Red+Green+Blue) = 17+21+39=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #111527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111527 is #EEEAD8. Grayscale: #151515. Windows color (decimal): -15657689 or 2561297. OLE color: 2561297.

HSL color Cylindrical-coordinate representation of color #111527: hue angle of 229.09º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111527 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB172139-
CMYK0.560.4600.85
HSL229.09º39.29%10.98%-
HSV(B)229.09º56.41%15.29%-
XYZ0.870.82.03-
YUV21.86137.67124.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 39 (15.62% from 255) = 50.65%
R=22.08%
G=27.27%
B=50.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1721390.560.4600.85229.0939.2910.98
Hex111527382E055e527b
Octal212547705601253454713
Binary100011010110011111100010111001010101111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111527; }

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

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

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

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

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

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

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

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