Html Css Color HEX #313E42 Mine Shaft

📋 copy color: '#313E42'

red 49 ◦ green 62 ◦ blue 66

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

Shades of Mine Shaft #313E42

Tints of Mine Shaft #313E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.03%

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 27.68%
G = 35.03%
B = 37.29%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#313E42 (or 0x313E42) is known color: Mine Shaft. HEX triplet: 31, 3E and 42. RGB value is (49,62,66). Sum of RGB (Red+Green+Blue) = 49+62+66=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 66 - color contains mainly: blue. Hex color #313E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E42 is #CEC1BD. Grayscale: #3A3A3A. Windows color (decimal): -13550014 or 4341297. OLE color: 4341297.

HSL color Cylindrical-coordinate representation of color #313E42: hue angle of 194.12º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313E42 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 62 66 -
CMYK 0.26 0.06 0 0.74
HSL 194.12º 0.15% 0.23% -
HSV(B) 194.12º 0.26% 0.26% -
XYZ 3.97 4.49 5.81 -
YUV 58.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 49 62 66 0.26 0.06 0 0.74 194.12 0.15 0.23
Hex 31 3E 42 1A 6 0 4A C2 F 17
Octal 61 76 102 32 6 0 112 302 17 27
Binary 110001 111110 1000010 11010 110 0 1001010 11000010 1111 10111

Color Harmonies of #313E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E42

Black with #313E42

Text Example


Text Example

White with #313E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,62,66); }

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

background-color css

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

 a { background-color: rgb(49,62,66); }

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

border-color css

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

 span { border-color: rgb(49,62,66); }

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