#393F42

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

Shades of Mirage #393F42

Tints of Mirage #393F42

Color information

#393F42 (or 0x393F42) is unknown color: approx Mirage. HEX triplet: 39, 3F and 42. RGB value is (57,63,66). Sum of RGB (Red+Green+Blue) = 57+63+66=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 66 - color contains mainly: blue. Hex color #393F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F42 is #C6C0BD. Grayscale: #3D3D3D. Windows color (decimal): -13025470 or 4341561. OLE color: 4341561.

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

Color convert

RGB576366-
CMYK0.140.0500.74
HSL200º7.32%24.12%-
HSV(B)200º13.64%25.88%-
XYZ4.454.825.85-
YUV61.55130.51124.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=30.65%
G=33.87%
B=35.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5763660.140.0500.742007.3224.12
Hex393F42E504Ac8718
Octal71771021650112310730
Binary11100111111110000101110101010010101100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,63,66); }

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

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

 a { background-color: rgb(57,63,66); }

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

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

 span { border-color: rgb(57,63,66); }

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