#061131

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

Shades of Midnight Express #061131

Tints of Midnight Express #061131

Color information

#061131 (or 0x061131) is unknown color: approx Midnight Express. HEX triplet: 06, 11 and 31. RGB value is (6,17,49). Sum of RGB (Red+Green+Blue) = 6+17+49=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #061131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061131 is #F9EECE. Grayscale: #111111. Windows color (decimal): -16379599 or 3215622. OLE color: 3215622.

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

Color convert

RGB61749-
CMYK0.880.6500.81
HSL224.65º78.18%10.78%-
HSV(B)224.65º87.76%19.22%-
XYZ0.830.662.99-
YUV17.36145.86119.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 49 (19.53% from 255) = 68.06%
R=8.33%
G=23.61%
B=68.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal617490.880.6500.81224.6578.1810.78
Hex611315841051e14eb
Octal62161130101012134111613
Binary1101000111000110110001000001010100011110000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061131; }

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

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

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

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

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

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

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

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