Html Css Color HEX #363D40 Mine Shaft

📋 copy color: '#363D40'

red 54 ◦ green 61 ◦ blue 64

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

Shades of Mine Shaft #363D40

Tints of Mine Shaft #363D40

RGB

 RED value IS 54 (21.48% from 255) = 30.17%

 GREEN value IS 61 (24.22% from 255) = 34.08%

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

R = 30.17%
G = 34.08%
B = 35.75%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363D40 (or 0x363D40) is known color: Mine Shaft. HEX triplet: 36, 3D and 40. RGB value is (54,61,64). Sum of RGB (Red+Green+Blue) = 54+61+64=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: blue. Hex color #363D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D40 is #C9C2BF. Grayscale: #3B3B3B. Windows color (decimal): -13222592 or 4209974. OLE color: 4209974.

HSL color Cylindrical-coordinate representation of color #363D40: hue angle of 198º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #363D40 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 61 64 -
CMYK 0.16 0.05 0 0.75
HSL 198º 0.08% 0.23% -
HSV(B) 198º 0.16% 0.25% -
XYZ 4.12 4.49 5.5 -
YUV 59.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 54 61 64 0.16 0.05 0 0.75 198 0.08 0.23
Hex 36 3D 40 10 5 0 4B C6 8 17
Octal 66 75 100 20 5 0 113 306 10 27
Binary 110110 111101 1000000 10000 101 0 1001011 11000110 1000 10111

Color Harmonies of #363D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D40

Black with #363D40

Text Example


Text Example

White with #363D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363D40; }

 p { color: rgb(54,61,64); }

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

background-color css

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

 a { background-color: rgb(54,61,64); }

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

border-color css

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

 span { border-color: rgb(54,61,64); }

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