#31393E

Color #31393E Montana (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Montana #31393E

Tints of Montana #31393E

Color information

#31393E (or 0x31393E) is unknown color: approx Montana. HEX triplet: 31, 39 and 3E. RGB value is (49,57,62). Sum of RGB (Red+Green+Blue) = 49+57+62=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 62 - color contains mainly: blue. Hex color #31393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31393E is #CEC6C1. Grayscale: #373737. Windows color (decimal): -13551298 or 4077873. OLE color: 4077873.

HSL color Cylindrical-coordinate representation of color #31393E: hue angle of 203.08º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #31393E is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB495762-
CMYK0.210.0800.76
HSL203.08º11.71%21.76%-
HSV(B)203.08º20.97%24.31%-
XYZ3.63.935.13-
YUV55.18131.85123.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=29.17%
G=33.93%
B=36.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4957620.210.0800.76203.0811.7121.76
Hex31393E15804Ccbc16
Octal617176251001143131426
Binary1100011110011111101010110000100110011001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31393E; }

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

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

<style>
 a { background-color: #31393E; }

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

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

<style>
 span { border-color: #31393E; }

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

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