#061031

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

Shades of Midnight Express #061031

Tints of Midnight Express #061031

Color information

#061031 (or 0x061031) is unknown color: approx Midnight Express. HEX triplet: 06, 10 and 31. RGB value is (6,16,49). Sum of RGB (Red+Green+Blue) = 6+16+49=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #061031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061031 is #F9EFCE. Grayscale: #101010. Windows color (decimal): -16379855 or 3215366. OLE color: 3215366.

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

Color convert

RGB61649-
CMYK0.880.6700.81
HSL226.05º78.18%10.78%-
HSV(B)226.05º87.76%19.22%-
XYZ0.810.632.98-
YUV16.77146.19120.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 49 (19.53% from 255) = 69.01%
R=8.45%
G=22.54%
B=69.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal616490.880.6700.81226.0578.1810.78
Hex610315843051e24eb
Octal62061130103012134211613
Binary1101000011000110110001000011010100011110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061031; }

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

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

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

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

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

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

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

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