#353C41

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

Shades of Mirage #353C41

Tints of Mirage #353C41

Color information

#353C41 (or 0x353C41) is unknown color: approx Mirage. HEX triplet: 35, 3C and 41. RGB value is (53,60,65). Sum of RGB (Red+Green+Blue) = 53+60+65=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #353C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C41 is #CAC3BE. Grayscale: #3A3A3A. Windows color (decimal): -13288383 or 4275253. OLE color: 4275253.

HSL color Cylindrical-coordinate representation of color #353C41: hue angle of 205º 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 #353C41 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB536065-
CMYK0.180.0800.75
HSL205º10.17%23.14%-
HSV(B)205º18.46%25.49%-
XYZ4.044.375.63-
YUV58.48131.68124.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=29.78%
G=33.71%
B=36.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5360650.180.0800.7520510.1723.14
Hex353C4112804Bcda17
Octal6574101221001133151227
Binary11010111110010000011001010000100101111001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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