#081031

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

Shades of Midnight Express #081031

Tints of Midnight Express #081031

Color information

#081031 (or 0x081031) is unknown color: approx Midnight Express. HEX triplet: 08, 10 and 31. RGB value is (8,16,49). Sum of RGB (Red+Green+Blue) = 8+16+49=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #081031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081031 is #F7EFCE. Grayscale: #111111. Windows color (decimal): -16248783 or 3215368. OLE color: 3215368.

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

Color convert

RGB81649-
CMYK0.840.6700.81
HSL228.29º71.93%11.18%-
HSV(B)228.29º83.67%19.22%-
XYZ0.840.642.99-
YUV17.37145.85121.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 49 (19.53% from 255) = 67.12%
R=10.96%
G=21.92%
B=67.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal816490.840.6700.81228.2971.9311.18
Hex810315443051e448b
Octal102061124103012134411013
Binary10001000011000110101001000011010100011110010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081031; }

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

 H1.HeaderClassName
 {
   color: #081031;
 }
 .AnyTagClassName
 {
   color: #081031;
 }
</style>
background-color css

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

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

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

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

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

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