#313B43

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

Shades of Mirage #313B43

Tints of Mirage #313B43

Color information

#313B43 (or 0x313B43) is unknown color: approx Mirage. HEX triplet: 31, 3B and 43. RGB value is (49,59,67). Sum of RGB (Red+Green+Blue) = 49+59+67=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 67 - color contains mainly: blue. Hex color #313B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B43 is #CEC4BC. Grayscale: #383838. Windows color (decimal): -13550781 or 4406065. OLE color: 4406065.

HSL color Cylindrical-coordinate representation of color #313B43: hue angle of 206.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #313B43 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB495967-
CMYK0.270.1200.74
HSL206.67º15.52%22.75%-
HSV(B)206.67º26.87%26.27%-
XYZ3.844.195.92-
YUV56.92133.69122.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=28%
G=33.71%
B=38.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4959670.270.1200.74206.6715.5222.75
Hex313B431BC04Acf1017
Octal6173103331401123172027
Binary110001111011100001111011110001001010110011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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