Html Css Color HEX #3A3E3F Mine Shaft

📋 copy color: '#3A3E3F'

red 58 ◦ green 62 ◦ blue 63

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

Shades of Mine Shaft #3A3E3F

Tints of Mine Shaft #3A3E3F

RGB

 RED value IS 58 (23.05% from 255) = 31.69%

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

 BLUE value IS 63 (25% from 255) = 34.43%

R = 31.69%
G = 33.88%
B = 34.43%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A3E3F (or 0x3A3E3F) is known color: Mine Shaft. HEX triplet: 3A, 3E and 3F. RGB value is (58,62,63). Sum of RGB (Red+Green+Blue) = 58+62+63=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A3E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3E3F is #C5C1C0. Grayscale: #3C3C3C. Windows color (decimal): -12960193 or 4144698. OLE color: 4144698.

HSL color Cylindrical-coordinate representation of color #3A3E3F: hue angle of 192º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3A3E3F is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 62 63 -
CMYK 0.08 0.02 0 0.75
HSL 192º 0.04% 0.24% -
HSV(B) 192º 0.08% 0.25% -
XYZ 4.36 4.7 5.38 -
YUV 60.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 58 62 63 0.08 0.02 0 0.75 192 0.04 0.24
Hex 3A 3E 3F 8 2 0 4B C0 4 18
Octal 72 76 77 10 2 0 113 300 4 30
Binary 111010 111110 111111 1000 10 0 1001011 11000000 100 11000

Color Harmonies of #3A3E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3E3F

Black with #3A3E3F

Text Example


Text Example

White with #3A3E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3E3F; }

 p { color: rgb(58,62,63); }

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

background-color css

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

 a { background-color: rgb(58,62,63); }

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

border-color css

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

 span { border-color: rgb(58,62,63); }

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