#313B41

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

Shades of Mirage #313B41

Tints of Mirage #313B41

Color information

#313B41 (or 0x313B41) is unknown color: approx Mirage. HEX triplet: 31, 3B and 41. RGB value is (49,59,65). Sum of RGB (Red+Green+Blue) = 49+59+65=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #313B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B41 is #CEC4BE. Grayscale: #383838. Windows color (decimal): -13550783 or 4274993. OLE color: 4274993.

HSL color Cylindrical-coordinate representation of color #313B41: hue angle of 202.5º 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 #313B41 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB495965-
CMYK0.250.0900.75
HSL202.5º14.04%22.35%-
HSV(B)202.5º24.62%25.49%-
XYZ3.784.165.61-
YUV56.69132.69122.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=28.32%
G=34.10%
B=37.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4959650.250.0900.75202.514.0422.35
Hex313B4119904Bcae16
Octal6173101311101133121626
Binary11000111101110000011100110010100101111001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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