#31393F

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

Shades of Montana #31393F

Tints of Montana #31393F

Color information

#31393F (or 0x31393F) is unknown color: approx Montana. HEX triplet: 31, 39 and 3F. RGB value is (49,57,63). Sum of RGB (Red+Green+Blue) = 49+57+63=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #31393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31393F is #CEC6C0. Grayscale: #373737. Windows color (decimal): -13551297 or 4143409. OLE color: 4143409.

HSL color Cylindrical-coordinate representation of color #31393F: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #31393F is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB495763-
CMYK0.220.1000.75
HSL205.71º12.5%21.96%-
HSV(B)205.71º22.22%24.71%-
XYZ3.633.945.27-
YUV55.29132.35123.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 63 (25% from 255) = 37.28%
R=28.99%
G=33.73%
B=37.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4957630.220.1000.75205.7112.521.96
Hex31393F16A04Bcec16
Octal617177261201133161426
Binary1100011110011111111011010100100101111001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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