#353E41

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

Shades of Mine Shaft #353E41

Tints of Mine Shaft #353E41

Color information

#353E41 (or 0x353E41) is unknown color: approx Mine Shaft. HEX triplet: 35, 3E and 41. RGB value is (53,62,65). Sum of RGB (Red+Green+Blue) = 53+62+65=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #353E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E41 is #CAC1BE. Grayscale: #3B3B3B. Windows color (decimal): -13287871 or 4275765. OLE color: 4275765.

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

Color convert

RGB536265-
CMYK0.180.0500.75
HSL195º10.17%23.14%-
HSV(B)195º18.46%25.49%-
XYZ4.144.585.67-
YUV59.65131.02123.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=29.44%
G=34.44%
B=36.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5362650.180.0500.7519510.1723.14
Hex353E4112504Bc3a17
Octal657610122501133031227
Binary1101011111101000001100101010100101111000011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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