#313D41

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

Shades of Mine Shaft #313D41

Tints of Mine Shaft #313D41

Color information

#313D41 (or 0x313D41) is unknown color: approx Mine Shaft. HEX triplet: 31, 3D and 41. RGB value is (49,61,65). Sum of RGB (Red+Green+Blue) = 49+61+65=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #313D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D41 is #CEC2BE. Grayscale: #393939. Windows color (decimal): -13550271 or 4275505. OLE color: 4275505.

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

Color convert

RGB496165-
CMYK0.250.0600.75
HSL195º14.04%22.35%-
HSV(B)195º24.62%25.49%-
XYZ3.894.375.64-
YUV57.87132.02121.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=28%
G=34.86%
B=37.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4961650.250.0600.7519514.0422.35
Hex313D4119604Bc3e16
Octal617510131601133031626
Binary1100011111011000001110011100100101111000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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