#394146

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

Shades of Mirage #394146

Tints of Mirage #394146

Color information

#394146 (or 0x394146) is unknown color: approx Mirage. HEX triplet: 39, 41 and 46. RGB value is (57,65,70). Sum of RGB (Red+Green+Blue) = 57+65+70=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 70 - color contains mainly: blue. Hex color #394146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394146 is #C6BEB9. Grayscale: #3F3F3F. Windows color (decimal): -13024954 or 4604217. OLE color: 4604217.

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

Color convert

RGB576570-
CMYK0.190.0700.73
HSL203.08º10.24%24.9%-
HSV(B)203.08º18.57%27.45%-
XYZ4.685.096.53-
YUV63.18131.85123.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=29.69%
G=33.85%
B=36.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5765700.190.0700.73203.0810.2424.9
Hex394146137049cba19
Octal7110110623701113131231
Binary11100110000011000110100111110100100111001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394146; }

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

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

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

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

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

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

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

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