Html Css Color HEX #091531 Midnight Express

📋 copy color: '#091531'

red 9 ◦ green 21 ◦ blue 49

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

Shades of Midnight Express #091531

Tints of Midnight Express #091531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.58%

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

R = 11.39%
G = 26.58%
B = 62.03%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#091531 (or 0x091531) is known color: Midnight Express. HEX triplet: 09, 15 and 31. RGB value is (9,21,49). Sum of RGB (Red+Green+Blue) = 9+21+49=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #091531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091531 is #F6EACE. Grayscale: #141414. Windows color (decimal): -16181967 or 3216649. OLE color: 3216649.

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

Color convert

RGB 9 21 49 -
CMYK 0.82 0.57 0 0.81
HSL 222º 0.69% 0.11% -
HSV(B) 222º 0.82% 0.19% -
XYZ 0.94 0.82 3.01 -
YUV 20.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 9 21 49 0.82 0.57 0 0.81 222 0.69 0.11
Hex 9 15 31 52 39 0 51 DE 45 B
Octal 11 25 61 122 71 0 121 336 105 13
Binary 1001 10101 110001 1010010 111001 0 1010001 11011110 1000101 1011

Color Harmonies of #091531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091531

Black with #091531

Text Example


Text Example

White with #091531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091531; }

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

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

background-color css

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

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

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

border-color css

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

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

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