Html Css Color HEX #081131 Midnight Express

📋 copy color: '#081131'

red 8 ◦ green 17 ◦ blue 49

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

Shades of Midnight Express #081131

Tints of Midnight Express #081131

RGB

 RED value IS 8 (3.52% from 255) = 10.81%

 GREEN value IS 17 (7.03% from 255) = 22.97%

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

R = 10.81%
G = 22.97%
B = 66.22%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#081131 (or 0x081131) is known color: Midnight Express. HEX triplet: 08, 11 and 31. RGB value is (8,17,49). Sum of RGB (Red+Green+Blue) = 8+17+49=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #081131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081131 is #F7EECE. Grayscale: #111111. Windows color (decimal): -16248527 or 3215624. OLE color: 3215624.

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

Color convert

RGB 8 17 49 -
CMYK 0.84 0.65 0 0.81
HSL 226.83º 0.72% 0.11% -
HSV(B) 226.83º 0.84% 0.19% -
XYZ 0.85 0.67 2.99 -
YUV 17.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 8 17 49 0.84 0.65 0 0.81 226.83 0.72 0.11
Hex 8 11 31 54 41 0 51 E3 48 B
Octal 10 21 61 124 101 0 121 343 110 13
Binary 1000 10001 110001 1010100 1000001 0 1010001 11100011 1001000 1011

Color Harmonies of #081131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081131

Black with #081131

Text Example


Text Example

White with #081131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081131; }

 p { color: rgb(8,17,49); }

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

background-color css

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

 a { background-color: rgb(8,17,49); }

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

border-color css

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

 span { border-color: rgb(8,17,49); }

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