#081431

Color #081431 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #081431

Tints of Midnight Express #081431

Color information

#081431 (or 0x081431) is unknown color: approx 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

RGB82049-
CMYK0.840.5900.81
HSL222.44º71.93%11.18%-
HSV(B)222.44º83.67%19.22%-
XYZ0.90.773.01-
YUV19.72144.52119.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal820490.840.5900.81222.4471.9311.18
Hex81431543B051de48b
Octal10246112473012133611013
Binary1000101001100011010100111011010100011101111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>