#111028

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

Shades of Black Russian #111028

Tints of Black Russian #111028

Color information

#111028 (or 0x111028) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 28. RGB value is (17,16,40). Sum of RGB (Red+Green+Blue) = 17+16+40=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #111028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111028 is #EEEFD7. Grayscale: #121212. Windows color (decimal): -15658968 or 2625553. OLE color: 2625553.

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

Color convert

RGB171640-
CMYK0.570.6000.84
HSL242.5º42.86%10.98%-
HSV(B)242.5º60%15.69%-
XYZ0.80.642.09-
YUV19.04139.83126.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 40 (16.02% from 255) = 54.79%
R=23.29%
G=21.92%
B=54.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1716400.570.6000.84242.542.8610.98
Hex111028393C054f22bb
Octal212050717401243625313
Binary100011000010100011100111110001010100111100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111028; }

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

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

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

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

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

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

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

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