#353B3D

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

Shades of Mine Shaft #353B3D

Tints of Mine Shaft #353B3D

Color information

#353B3D (or 0x353B3D) is unknown color: approx Mine Shaft. HEX triplet: 35, 3B and 3D. RGB value is (53,59,61). Sum of RGB (Red+Green+Blue) = 53+59+61=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 61 - color contains mainly: blue. Hex color #353B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B3D is #CAC4C2. Grayscale: #393939. Windows color (decimal): -13288643 or 4012853. OLE color: 4012853.

HSL color Cylindrical-coordinate representation of color #353B3D: hue angle of 195º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #353B3D is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB535961-
CMYK0.130.0300.76
HSL195º7.02%22.35%-
HSV(B)195º13.11%23.92%-
XYZ3.874.225.03-
YUV57.43130.01124.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=30.64%
G=34.10%
B=35.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5359610.130.0300.761957.0222.35
Hex353B3DD304Cc3716
Octal6573751530114303726
Binary110101111011111101110111010011001100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,61); }

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

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

 a { background-color: rgb(53,59,61); }

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

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

 span { border-color: rgb(53,59,61); }

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