Html Css Color HEX #313C40 Mine Shaft

📋 copy color: '#313C40'

red 49 ◦ green 60 ◦ blue 64

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

Shades of Mine Shaft #313C40

Tints of Mine Shaft #313C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 28.32%
G = 34.68%
B = 36.99%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313C40 (or 0x313C40) is known color: Mine Shaft. HEX triplet: 31, 3C and 40. RGB value is (49,60,64). Sum of RGB (Red+Green+Blue) = 49+60+64=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #313C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C40 is #CEC3BF. Grayscale: #393939. Windows color (decimal): -13550528 or 4209713. OLE color: 4209713.

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

Color convert

RGB 49 60 64 -
CMYK 0.23 0.06 0 0.75
HSL 196º 0.13% 0.22% -
HSV(B) 196º 0.23% 0.25% -
XYZ 3.81 4.25 5.47 -
YUV 57.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 49 60 64 0.23 0.06 0 0.75 196 0.13 0.22
Hex 31 3C 40 17 6 0 4B C4 D 16
Octal 61 74 100 27 6 0 113 304 15 26
Binary 110001 111100 1000000 10111 110 0 1001011 11000100 1101 10110

Color Harmonies of #313C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C40

Black with #313C40

Text Example


Text Example

White with #313C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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