Html Css Color HEX #394146 Mirage

📋 copy color: '#394146'

red 57 ◦ green 65 ◦ blue 70

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

Shades of Mirage #394146

Tints of Mirage #394146

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 value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 57 65 70 -
CMYK 0.19 0.07 0 0.73
HSL 203.08º 0.1% 0.25% -
HSV(B) 203.08º 0.19% 0.27% -
XYZ 4.68 5.09 6.53 -
YUV 63.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 57 65 70 0.19 0.07 0 0.73 203.08 0.1 0.25
Hex 39 41 46 13 7 0 49 CB A 19
Octal 71 101 106 23 7 0 111 313 12 31
Binary 111001 1000001 1000110 10011 111 0 1001001 11001011 1010 11001

Color Harmonies of #394146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394146

Black with #394146

Text Example


Text Example

White with #394146

Text Example


Text Example

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