Html Css Color HEX #313C41 Mine Shaft

📋 copy color: '#313C41'

red 49 ◦ green 60 ◦ blue 65

#313C41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mine Shaft #313C41

Tints of Mine Shaft #313C41

RGB

 RED value IS 49 (19.53% from 255) = 28.16%

 GREEN value IS 60 (23.83% from 255) = 34.48%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 28.16%
G = 34.48%
B = 37.36%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313C41 (or 0x313C41) is known color: Mine Shaft. HEX triplet: 31, 3C and 41. RGB value is (49,60,65). Sum of RGB (Red+Green+Blue) = 49+60+65=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 65 - color contains mainly: blue. Hex color #313C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C41 is #CEC3BE. Grayscale: #393939. Windows color (decimal): -13550527 or 4275249. OLE color: 4275249.

HSL color Cylindrical-coordinate representation of color #313C41: hue angle of 198.75º 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 #313C41 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 60 65 -
CMYK 0.25 0.08 0 0.75
HSL 198.75º 0.14% 0.22% -
HSV(B) 198.75º 0.25% 0.25% -
XYZ 3.84 4.27 5.62 -
YUV 57.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 49 60 65 0.25 0.08 0 0.75 198.75 0.14 0.22
Hex 31 3C 41 19 8 0 4B C7 E 16
Octal 61 74 101 31 10 0 113 307 16 26
Binary 110001 111100 1000001 11001 1000 0 1001011 11000111 1110 10110

Color Harmonies of #313C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C41

Black with #313C41

Text Example


Text Example

White with #313C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313C41;
 }
 .AnyTagClassName
 {
   color: #313C41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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