Html Css Color HEX #313B40 Mine Shaft

📋 copy color: '#313B40'

red 49 ◦ green 59 ◦ blue 64

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

Shades of Mine Shaft #313B40

Tints of Mine Shaft #313B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.3%

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

R = 28.49%
G = 34.3%
B = 37.21%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313B40 (or 0x313B40) is known color: Mine Shaft. HEX triplet: 31, 3B and 40. RGB value is (49,59,64). Sum of RGB (Red+Green+Blue) = 49+59+64=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #313B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B40 is #CEC4BF. Grayscale: #383838. Windows color (decimal): -13550784 or 4209457. OLE color: 4209457.

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

Color convert

RGB 49 59 64 -
CMYK 0.23 0.08 0 0.75
HSL 200º 0.13% 0.22% -
HSV(B) 200º 0.23% 0.25% -
XYZ 3.76 4.15 5.45 -
YUV 56.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 49 59 64 0.23 0.08 0 0.75 200 0.13 0.22
Hex 31 3B 40 17 8 0 4B C8 D 16
Octal 61 73 100 27 10 0 113 310 15 26
Binary 110001 111011 1000000 10111 1000 0 1001011 11001000 1101 10110

Color Harmonies of #313B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B40

Black with #313B40

Text Example


Text Example

White with #313B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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