#393E41

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

Shades of Mirage #393E41

Tints of Mirage #393E41

Color information

#393E41 (or 0x393E41) is unknown color: approx Mirage. HEX triplet: 39, 3E and 41. RGB value is (57,62,65). Sum of RGB (Red+Green+Blue) = 57+62+65=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: blue. Hex color #393E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E41 is #C6C1BE. Grayscale: #3C3C3C. Windows color (decimal): -13025727 or 4275769. OLE color: 4275769.

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

Color convert

RGB576265-
CMYK0.120.0500.75
HSL202.5º6.56%23.92%-
HSV(B)202.5º12.31%25.49%-
XYZ4.364.75.68-
YUV60.85130.34125.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 62 (24.61% from 255) = 33.70%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=30.98%
G=33.70%
B=35.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5762650.120.0500.75202.56.5623.92
Hex393E41C504Bca718
Octal71761011450113312730
Binary11100111111010000011100101010010111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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