Html Css Color HEX #374042 Mine Shaft

📋 copy color: '#374042'

red 55 ◦ green 64 ◦ blue 66

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

Shades of Mine Shaft #374042

Tints of Mine Shaft #374042

RGB

 RED value IS 55 (21.88% from 255) = 29.73%

 GREEN value IS 64 (25.39% from 255) = 34.59%

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

R = 29.73%
G = 34.59%
B = 35.68%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#374042 (or 0x374042) is known color: Mine Shaft. HEX triplet: 37, 40 and 42. RGB value is (55,64,66). Sum of RGB (Red+Green+Blue) = 55+64+66=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 66 - color contains mainly: blue. Hex color #374042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374042 is #C8BFBD. Grayscale: #3D3D3D. Windows color (decimal): -13156286 or 4341815. OLE color: 4341815.

HSL color Cylindrical-coordinate representation of color #374042: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #374042 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 64 66 -
CMYK 0.17 0.03 0 0.74
HSL 190.91º 0.09% 0.24% -
HSV(B) 190.91º 0.17% 0.26% -
XYZ 4.39 4.87 5.86 -
YUV 61.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 55 64 66 0.17 0.03 0 0.74 190.91 0.09 0.24
Hex 37 40 42 11 3 0 4A BF 9 18
Octal 67 100 102 21 3 0 112 277 11 30
Binary 110111 1000000 1000010 10001 11 0 1001010 10111111 1001 11000

Color Harmonies of #374042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374042

Black with #374042

Text Example


Text Example

White with #374042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374042; }

 p { color: rgb(55,64,66); }

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

background-color css

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

 a { background-color: rgb(55,64,66); }

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

border-color css

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

 span { border-color: rgb(55,64,66); }

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