Html Css Color HEX #081431 Midnight Express

📋 copy color: '#081431'

red 8 ◦ green 20 ◦ blue 49

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

Shades of Midnight Express #081431

Tints of Midnight Express #081431

RGB

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

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

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

R = 10.39%
G = 25.97%
B = 63.64%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#081431 (or 0x081431) is known color: Midnight Express. HEX triplet: 08, 14 and 31. RGB value is (8,20,49). Sum of RGB (Red+Green+Blue) = 8+20+49=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #081431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081431 is #F7EBCE. Grayscale: #131313. Windows color (decimal): -16247759 or 3216392. OLE color: 3216392.

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

Color convert

RGB 8 20 49 -
CMYK 0.84 0.59 0 0.81
HSL 222.44º 0.72% 0.11% -
HSV(B) 222.44º 0.84% 0.19% -
XYZ 0.9 0.77 3.01 -
YUV 19.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 8 20 49 0.84 0.59 0 0.81 222.44 0.72 0.11
Hex 8 14 31 54 3B 0 51 DE 48 B
Octal 10 24 61 124 73 0 121 336 110 13
Binary 1000 10100 110001 1010100 111011 0 1010001 11011110 1001000 1011

Color Harmonies of #081431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081431

Black with #081431

Text Example


Text Example

White with #081431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081431; }

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

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

background-color css

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

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

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

border-color css

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

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

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