#091332

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

Shades of Midnight Express #091332

Tints of Midnight Express #091332

Color information

#091332 (or 0x091332) is unknown color: approx Midnight Express. HEX triplet: 09, 13 and 32. RGB value is (9,19,50). Sum of RGB (Red+Green+Blue) = 9+19+50=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #091332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091332 is #F6ECCD. Grayscale: #131313. Windows color (decimal): -16182478 or 3281673. OLE color: 3281673.

HSL color Cylindrical-coordinate representation of color #091332: hue angle of 225.37º 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 #091332 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB91950-
CMYK0.820.6200.80
HSL225.37º69.49%11.57%-
HSV(B)225.37º82%19.61%-
XYZ0.920.753.11-
YUV19.54145.19120.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 50 (19.92% from 255) = 64.10%
R=11.54%
G=24.36%
B=64.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal919500.820.6200.80225.3769.4911.57
Hex91332523E050e145c
Octal11236212276012034110514
Binary1001100111100101010010111110010100001110000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091332; }

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

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

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

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

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

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

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

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