#394145

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

Shades of Mirage #394145

Tints of Mirage #394145

Color information

#394145 (or 0x394145) is unknown color: approx Mirage. HEX triplet: 39, 41 and 45. RGB value is (57,65,69). Sum of RGB (Red+Green+Blue) = 57+65+69=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 69 - color contains mainly: blue. Hex color #394145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394145 is #C6BEBA. Grayscale: #3F3F3F. Windows color (decimal): -13024955 or 4538681. OLE color: 4538681.

HSL color Cylindrical-coordinate representation of color #394145: hue angle of 200º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #394145 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB576569-
CMYK0.170.0600.73
HSL200º9.52%24.71%-
HSV(B)200º17.39%27.06%-
XYZ4.655.086.37-
YUV63.06131.35123.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=29.84%
G=34.03%
B=36.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5765690.170.0600.732009.5224.71
Hex394145116049c8a19
Octal7110110521601113101231
Binary11100110000011000101100011100100100111001000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394145; }

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

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

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

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

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

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

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

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