#313A38

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

Shades of Aztec #313A38

Tints of Aztec #313A38

Color information

#313A38 (or 0x313A38) is unknown color: approx Aztec. HEX triplet: 31, 3A and 38. RGB value is (49,58,56). Sum of RGB (Red+Green+Blue) = 49+58+56=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 58 - color contains mainly: green. Hex color #313A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A38 is #CEC5C7. Grayscale: #373737. Windows color (decimal): -13551048 or 3684913. OLE color: 3684913.

HSL color Cylindrical-coordinate representation of color #313A38: hue angle of 166.67º 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 #313A38 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB495856-
CMYK0.1600.030.77
HSL166.67º8.41%20.98%-
HSV(B)166.67º15.52%22.75%-
XYZ3.493.964.32-
YUV55.08128.52123.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=30.06%
G=35.58%
B=34.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4958560.1600.030.77166.678.4120.98
Hex313A3810034Da7815
Octal61727020031152471025
Binary11000111101011100010000011100110110100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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