Html Css Color HEX #091330 Midnight Express

📋 copy color: '#091330'

red 9 ◦ green 19 ◦ blue 48

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

Shades of Midnight Express #091330

Tints of Midnight Express #091330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25%

 BLUE value IS 48 (19.14% from 255) = 63.16%

R = 11.84%
G = 25%
B = 63.16%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#091330 (or 0x091330) is known color: Midnight Express. HEX triplet: 09, 13 and 30. RGB value is (9,19,48). Sum of RGB (Red+Green+Blue) = 9+19+48=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #091330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091330 is #F6ECCF. Grayscale: #131313. Windows color (decimal): -16182480 or 3150601. OLE color: 3150601.

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

Color convert

RGB 9 19 48 -
CMYK 0.81 0.60 0 0.81
HSL 224.62º 0.68% 0.11% -
HSV(B) 224.62º 0.81% 0.19% -
XYZ 0.88 0.74 2.89 -
YUV 19.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 9 19 48 0.81 0.60 0 0.81 224.62 0.68 0.11
Hex 9 13 30 51 3C 0 51 E1 44 B
Octal 11 23 60 121 74 0 121 341 104 13
Binary 1001 10011 110000 1010001 111100 0 1010001 11100001 1000100 1011

Color Harmonies of #091330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091330

Black with #091330

Text Example


Text Example

White with #091330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091330; }

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

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

background-color css

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

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

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

border-color css

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

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

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