Html Css Color HEX #091431 Midnight Express

📋 copy color: '#091431'

red 9 ◦ green 20 ◦ blue 49

#091431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #091431

Tints of Midnight Express #091431

RGB

 RED value IS 9 (3.91% from 255) = 11.54%

 GREEN value IS 20 (8.2% from 255) = 25.64%

 BLUE value IS 49 (19.53% from 255) = 62.82%

R = 11.54%
G = 25.64%
B = 62.82%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#091431 (or 0x091431) is known color: Midnight Express. HEX triplet: 09, 14 and 31. RGB value is (9,20,49). Sum of RGB (Red+Green+Blue) = 9+20+49=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #091431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091431 is #F6EBCE. Grayscale: #131313. Windows color (decimal): -16182223 or 3216393. OLE color: 3216393.

HSL color Cylindrical-coordinate representation of color #091431: hue angle of 223.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091431 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 20 49 -
CMYK 0.82 0.59 0 0.81
HSL 223.5º 0.69% 0.11% -
HSV(B) 223.5º 0.82% 0.19% -
XYZ 0.92 0.78 3.01 -
YUV 20.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 9 20 49 0.82 0.59 0 0.81 223.5 0.69 0.11
Hex 9 14 31 52 3B 0 51 E0 45 B
Octal 11 24 61 122 73 0 121 340 105 13
Binary 1001 10100 110001 1010010 111011 0 1010001 11100000 1000101 1011

Color Harmonies of #091431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091431

Black with #091431

Text Example


Text Example

White with #091431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091431; }

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

 H1.HeaderClassName
 {
   color: #091431;
 }
 .AnyTagClassName
 {
   color: #091431;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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