#111027

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

Shades of Black Russian #111027

Tints of Black Russian #111027

Color information

#111027 (or 0x111027) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 27. RGB value is (17,16,39). Sum of RGB (Red+Green+Blue) = 17+16+39=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #111027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111027 is #EEEFD8. Grayscale: #121212. Windows color (decimal): -15658969 or 2560017. OLE color: 2560017.

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

Color convert

RGB171639-
CMYK0.560.5900.85
HSL242.61º41.82%10.78%-
HSV(B)242.61º58.97%15.29%-
XYZ0.780.642-
YUV18.92139.33126.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=23.61%
G=22.22%
B=54.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1716390.560.5900.85242.6141.8210.78
Hex111027383B055f32ab
Octal212047707301253635213
Binary100011000010011111100011101101010101111100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111027; }

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

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

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

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

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

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

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

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