#31383D

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

Shades of Montana #31383D

Tints of Montana #31383D

Color information

#31383D (or 0x31383D) is unknown color: approx Montana. HEX triplet: 31, 38 and 3D. RGB value is (49,56,61). Sum of RGB (Red+Green+Blue) = 49+56+61=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 61 - color contains mainly: blue. Hex color #31383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31383D is #CEC7C2. Grayscale: #363636. Windows color (decimal): -13551555 or 4012081. OLE color: 4012081.

HSL color Cylindrical-coordinate representation of color #31383D: hue angle of 205º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31383D is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB495661-
CMYK0.200.0800.76
HSL205º10.91%21.57%-
HSV(B)205º19.67%23.92%-
XYZ3.523.824.97-
YUV54.48131.68124.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 61 (24.22% from 255) = 36.75%
R=29.52%
G=33.73%
B=36.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4956610.200.0800.7620510.9121.57
Hex31383D14804Ccdb16
Octal617075241001143151326
Binary1100011110001111011010010000100110011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31383D; }

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

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

<style>
 a { background-color: #31383D; }

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

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

<style>
 span { border-color: #31383D; }

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

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