Html Css Color HEX #394247 Mirage

📋 copy color: '#394247'

red 57 ◦ green 66 ◦ blue 71

#394247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mirage #394247

Tints of Mirage #394247

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.13% from 255) = 36.6%

R = 29.38%
G = 34.02%
B = 36.6%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#394247 (or 0x394247) is known color: 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

RGB 57 66 71 -
CMYK 0.20 0.07 0 0.72
HSL 201.43º 0.11% 0.25% -
HSV(B) 201.43º 0.2% 0.28% -
XYZ 4.77 5.22 6.72 -
YUV 63.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 57 66 71 0.20 0.07 0 0.72 201.43 0.11 0.25
Hex 39 42 47 14 7 0 48 C9 B 19
Octal 71 102 107 24 7 0 110 311 13 31
Binary 111001 1000010 1000111 10100 111 0 1001000 11001001 1011 11001

Color Harmonies of #394247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394247

Black with #394247

Text Example


Text Example

White with #394247

Text Example


Text Example

HTML Codes & Css Web 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>