#394247

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

Shades of Mirage #394247

Tints of Mirage #394247

Color information

#394247 (or 0x394247) is unknown color: approx Mirage. HEX triplet: 39, 42 and 47. RGB value is (57,66,71). Sum of RGB (Red+Green+Blue) = 57+66+71=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #394247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394247 is #C6BDB8. Grayscale: #3F3F3F. Windows color (decimal): -13024697 or 4670009. OLE color: 4670009.

HSL color Cylindrical-coordinate representation of color #394247: hue angle of 201.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #394247 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB576671-
CMYK0.200.0700.72
HSL201.43º10.94%25.1%-
HSV(B)201.43º19.72%27.84%-
XYZ4.775.226.72-
YUV63.88132.02123.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=29.38%
G=34.02%
B=36.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5766710.200.0700.72201.4310.9425.1
Hex394247147048c9b19
Octal7110210724701103111331
Binary11100110000101000111101001110100100011001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394247; }

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

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

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

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

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

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

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

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