#111928

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

Shades of Black Russian #111928

Tints of Black Russian #111928

Color information

#111928 (or 0x111928) is unknown color: approx Black Russian. HEX triplet: 11, 19 and 28. RGB value is (17,25,40). Sum of RGB (Red+Green+Blue) = 17+25+40=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #111928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111928 is #EEE6D7. Grayscale: #181818. Windows color (decimal): -15656664 or 2627857. OLE color: 2627857.

HSL color Cylindrical-coordinate representation of color #111928: hue angle of 219.13º 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 #111928 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB172540-
CMYK0.570.3800.84
HSL219.13º40.35%11.18%-
HSV(B)219.13º57.5%15.69%-
XYZ0.960.972.14-
YUV24.32136.85122.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=20.73%
G=30.49%
B=48.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1725400.570.3800.84219.1340.3511.18
Hex1119283926054db28b
Octal213150714601243335013
Binary100011100110100011100110011001010100110110111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111928; }

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

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

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

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

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

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

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

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