#363F41

Color #363F41 Mine Shaft (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mine Shaft #363F41

Tints of Mine Shaft #363F41

Color information

#363F41 (or 0x363F41) is unknown color: approx 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

RGB546365-
CMYK0.170.0300.75
HSL190.91º9.24%23.33%-
HSV(B)190.91º16.92%25.49%-
XYZ4.254.725.69-
YUV60.54130.52123.34-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5463650.170.0300.75190.919.2423.33
Hex363F4111304Bbf917
Octal667710121301132771127
Binary110110111111100000110001110100101110111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>