#031033

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

Shades of Midnight Express #031033

Tints of Midnight Express #031033

Color information

#031033 (or 0x031033) is unknown color: approx Midnight Express. HEX triplet: 03, 10 and 33. RGB value is (3,16,51). Sum of RGB (Red+Green+Blue) = 3+16+51=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 51 (20.31% from 255 or 72.86% from 70); Max value from RGB is 51 - color contains mainly: blue. Hex color #031033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031033 is #FCEFCC. Grayscale: #0F0F0F. Windows color (decimal): -16576461 or 3346435. OLE color: 3346435.

HSL color Cylindrical-coordinate representation of color #031033: hue angle of 223.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031033 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB31651-
CMYK0.940.6900.8
HSL223.75º88.89%10.59%-
HSV(B)223.75º94.12%20%-
XYZ0.820.633.21-
YUV16.1147.69118.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 51 (20.31% from 255) = 72.86%
R=4.29%
G=22.86%
B=72.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal316510.940.6900.8223.7588.8910.59
Hex310335E45050e059b
Octal32063136105012034013113
Binary111000011001110111101000101010100001110000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031033; }

 p { color: rgb(3,16,51); }

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

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

 a { background-color: rgb(3,16,51); }

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

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

 span { border-color: rgb(3,16,51); }

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