#353F43

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

Shades of Mine Shaft #353F43

Tints of Mine Shaft #353F43

Color information

#353F43 (or 0x353F43) is unknown color: approx Mine Shaft. HEX triplet: 35, 3F and 43. RGB value is (53,63,67). Sum of RGB (Red+Green+Blue) = 53+63+67=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #353F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F43 is #CAC0BC. Grayscale: #3C3C3C. Windows color (decimal): -13287613 or 4407093. OLE color: 4407093.

HSL color Cylindrical-coordinate representation of color #353F43: hue angle of 197.14º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #353F43 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB536367-
CMYK0.210.0600.74
HSL197.14º11.67%23.53%-
HSV(B)197.14º20.9%26.27%-
XYZ4.264.726-
YUV60.47131.69122.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=28.96%
G=34.43%
B=36.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5363670.210.0600.74197.1411.6723.53
Hex353F4315604Ac5c18
Octal657710325601123051430
Binary1101011111111000011101011100100101011000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,63,67); }

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

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

 a { background-color: rgb(53,63,67); }

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

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

 span { border-color: rgb(53,63,67); }

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