#111127

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

Shades of Black Russian #111127

Tints of Black Russian #111127

Color information

#111127 (or 0x111127) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 27. RGB value is (17,17,39). Sum of RGB (Red+Green+Blue) = 17+17+39=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #111127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111127 is #EEEED8. Grayscale: #131313. Windows color (decimal): -15658713 or 2560273. OLE color: 2560273.

HSL color Cylindrical-coordinate representation of color #111127: hue angle of 240º 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 #111127 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB171739-
CMYK0.560.5600.85
HSL240º39.29%10.98%-
HSV(B)240º56.41%15.29%-
XYZ0.80.672.01-
YUV19.51139126.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 39 (15.62% from 255) = 53.42%
R=23.29%
G=23.29%
B=53.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1717390.560.5600.8524039.2910.98
Hex1111273838055f027b
Octal212147707001253604713
Binary100011000110011111100011100001010101111100001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111127; }

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

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

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

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

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

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

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

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