#091132

Color #091132 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #091132

Tints of Midnight Express #091132

Color information

#091132 (or 0x091132) is unknown color: approx Midnight Express. HEX triplet: 09, 11 and 32. RGB value is (9,17,50). Sum of RGB (Red+Green+Blue) = 9+17+50=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #091132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091132 is #F6EECD. Grayscale: #121212. Windows color (decimal): -16182990 or 3281161. OLE color: 3281161.

HSL color Cylindrical-coordinate representation of color #091132: hue angle of 228.29º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091132 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB91750-
CMYK0.820.6600.80
HSL228.29º69.49%11.57%-
HSV(B)228.29º82%19.61%-
XYZ0.890.693.1-
YUV18.37145.85121.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 50 (19.92% from 255) = 65.79%
R=11.84%
G=22.37%
B=65.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal917500.820.6600.80228.2969.4911.57
Hex911325242050e445c
Octal112162122102012034410514
Binary10011000111001010100101000010010100001110010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091132; }

 p { color: rgb(9,17,50); }

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

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

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

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

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

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

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