#313A40

Color #313A40 Mirage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mirage #313A40

Tints of Mirage #313A40

Color information

#313A40 (or 0x313A40) is unknown color: approx Mirage. HEX triplet: 31, 3A and 40. RGB value is (49,58,64). Sum of RGB (Red+Green+Blue) = 49+58+64=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #313A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A40 is #CEC5BF. Grayscale: #373737. Windows color (decimal): -13551040 or 4209201. OLE color: 4209201.

HSL color Cylindrical-coordinate representation of color #313A40: hue angle of 204º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #313A40 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB495864-
CMYK0.230.0900.75
HSL204º13.27%22.16%-
HSV(B)204º23.44%25.1%-
XYZ3.714.055.44-
YUV55.99132.52123.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=28.65%
G=33.92%
B=37.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4958640.230.0900.7520413.2722.16
Hex313A4017904Bccd16
Octal6172100271101133141526
Binary11000111101010000001011110010100101111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A40; }

 p { color: rgb(49,58,64); }

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

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

 a { background-color: rgb(49,58,64); }

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

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

 span { border-color: rgb(49,58,64); }

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