#313A41

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

Shades of Mirage #313A41

Tints of Mirage #313A41

Color information

#313A41 (or 0x313A41) is unknown color: approx Mirage. HEX triplet: 31, 3A and 41. RGB value is (49,58,65). Sum of RGB (Red+Green+Blue) = 49+58+65=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #313A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A41 is #CEC5BE. Grayscale: #383838. Windows color (decimal): -13551039 or 4274737. OLE color: 4274737.

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

Color convert

RGB495865-
CMYK0.250.1100.75
HSL206.25º14.04%22.35%-
HSV(B)206.25º24.62%25.49%-
XYZ3.734.065.59-
YUV56.11133.02122.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=28.49%
G=33.72%
B=37.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4958650.250.1100.75206.2514.0422.35
Hex313A4119B04Bcee16
Octal6172101311301133161626
Binary11000111101010000011100110110100101111001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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