#363E41

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

Shades of Mine Shaft #363E41

Tints of Mine Shaft #363E41

Color information

#363E41 (or 0x363E41) is unknown color: approx Mine Shaft. HEX triplet: 36, 3E and 41. RGB value is (54,62,65). Sum of RGB (Red+Green+Blue) = 54+62+65=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: blue. Hex color #363E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E41 is #C9C1BE. Grayscale: #3B3B3B. Windows color (decimal): -13222335 or 4275766. OLE color: 4275766.

HSL color Cylindrical-coordinate representation of color #363E41: hue angle of 196.36º 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 #363E41 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB546265-
CMYK0.170.0500.75
HSL196.36º9.24%23.33%-
HSV(B)196.36º16.92%25.49%-
XYZ4.24.615.67-
YUV59.95130.85123.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=29.83%
G=34.25%
B=35.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5462650.170.0500.75196.369.2423.33
Hex363E4111504Bc4917
Octal667610121501133041127
Binary1101101111101000001100011010100101111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #363E41;
 }
 .AnyTagClassName
 {
   color: #363E41;
 }
</style>
background-color css

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

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

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

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

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

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