#091432

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

Shades of Midnight Express #091432

Tints of Midnight Express #091432

Color information

#091432 (or 0x091432) is unknown color: approx Midnight Express. HEX triplet: 09, 14 and 32. RGB value is (9,20,50). Sum of RGB (Red+Green+Blue) = 9+20+50=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 50 (19.92% from 255 or 63.29% from 79); Max value from RGB is 50 - color contains mainly: blue. Hex color #091432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091432 is #F6EBCD. Grayscale: #141414. Windows color (decimal): -16182222 or 3281929. OLE color: 3281929.

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

Color convert

RGB92050-
CMYK0.820.6000.80
HSL223.9º69.49%11.57%-
HSV(B)223.9º82%19.61%-
XYZ0.940.793.12-
YUV20.13144.86120.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 50 (19.92% from 255) = 63.29%
R=11.39%
G=25.32%
B=63.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal920500.820.6000.80223.969.4911.57
Hex91432523C050e045c
Octal11246212274012034010514
Binary1001101001100101010010111100010100001110000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091432; }

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

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

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

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

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

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

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

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