Html Css Color HEX #363F41 Mine Shaft

📋 copy color: '#363F41'

red 54 ◦ green 63 ◦ blue 65

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

Shades of Mine Shaft #363F41

Tints of Mine Shaft #363F41

RGB

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

 GREEN value IS 63 (25% from 255) = 34.62%

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 29.67%
G = 34.62%
B = 35.71%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363F41 (or 0x363F41) is known color: Mine Shaft. HEX triplet: 36, 3F and 41. RGB value is (54,63,65). Sum of RGB (Red+Green+Blue) = 54+63+65=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 65 - color contains mainly: blue. Hex color #363F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F41 is #C9C0BE. Grayscale: #3C3C3C. Windows color (decimal): -13222079 or 4276022. OLE color: 4276022.

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

Color convert

RGB 54 63 65 -
CMYK 0.17 0.03 0 0.75
HSL 190.91º 0.09% 0.23% -
HSV(B) 190.91º 0.17% 0.25% -
XYZ 4.25 4.72 5.69 -
YUV 60.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 54 63 65 0.17 0.03 0 0.75 190.91 0.09 0.23
Hex 36 3F 41 11 3 0 4B BF 9 17
Octal 66 77 101 21 3 0 113 277 11 27
Binary 110110 111111 1000001 10001 11 0 1001011 10111111 1001 10111

Color Harmonies of #363F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F41

Black with #363F41

Text Example


Text Example

White with #363F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,65); }

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

background-color css

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

 a { background-color: rgb(54,63,65); }

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

border-color css

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

 span { border-color: rgb(54,63,65); }

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