#313A39

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

Shades of Aztec #313A39

Tints of Aztec #313A39

Color information

#313A39 (or 0x313A39) is unknown color: approx Aztec. HEX triplet: 31, 3A and 39. RGB value is (49,58,57). Sum of RGB (Red+Green+Blue) = 49+58+57=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 58 - color contains mainly: green. Hex color #313A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A39 is #CEC5C6. Grayscale: #373737. Windows color (decimal): -13551047 or 3750449. OLE color: 3750449.

HSL color Cylindrical-coordinate representation of color #313A39: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #313A39 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB495857-
CMYK0.1600.020.77
HSL173.33º8.41%20.98%-
HSV(B)173.33º15.52%22.75%-
XYZ3.523.974.45-
YUV55.2129.02123.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=29.88%
G=35.37%
B=34.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4958570.1600.020.77173.338.4120.98
Hex313A3910024Dad815
Octal61727120021152551025
Binary11000111101011100110000010100110110101101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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