Html Css Color HEX #091231 Midnight Express

📋 copy color: '#091231'

red 9 ◦ green 18 ◦ blue 49

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

Shades of Midnight Express #091231

Tints of Midnight Express #091231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.68%

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

R = 11.84%
G = 23.68%
B = 64.47%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#091231 (or 0x091231) is known color: Midnight Express. HEX triplet: 09, 12 and 31. RGB value is (9,18,49). Sum of RGB (Red+Green+Blue) = 9+18+49=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #091231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091231 is #F6EDCE. Grayscale: #121212. Windows color (decimal): -16182735 or 3215881. OLE color: 3215881.

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

Color convert

RGB 9 18 49 -
CMYK 0.82 0.63 0 0.81
HSL 226.5º 0.69% 0.11% -
HSV(B) 226.5º 0.82% 0.19% -
XYZ 0.88 0.71 3 -
YUV 18.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 9 18 49 0.82 0.63 0 0.81 226.5 0.69 0.11
Hex 9 12 31 52 3F 0 51 E2 45 B
Octal 11 22 61 122 77 0 121 342 105 13
Binary 1001 10010 110001 1010010 111111 0 1010001 11100010 1000101 1011

Color Harmonies of #091231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091231

Black with #091231

Text Example


Text Example

White with #091231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091231; }

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

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

background-color css

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

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

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

border-color css

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

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

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