#111128

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

Shades of Black Russian #111128

Tints of Black Russian #111128

Color information

#111128 (or 0x111128) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 28. RGB value is (17,17,40). Sum of RGB (Red+Green+Blue) = 17+17+40=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #111128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111128 is #EEEED7. Grayscale: #131313. Windows color (decimal): -15658712 or 2625809. OLE color: 2625809.

HSL color Cylindrical-coordinate representation of color #111128: hue angle of 240º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111128 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB171740-
CMYK0.570.5700.84
HSL240º40.35%11.18%-
HSV(B)240º57.5%15.69%-
XYZ0.810.672.09-
YUV19.62139.5126.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 40 (16.02% from 255) = 54.05%
R=22.97%
G=22.97%
B=54.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1717400.570.5700.8424040.3511.18
Hex1111283939054f028b
Octal212150717101243605013
Binary100011000110100011100111100101010100111100001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111128; }

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

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

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

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

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

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

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

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