Html Css Color HEX #393E41 Mirage

📋 copy color: '#393E41'

red 57 ◦ green 62 ◦ blue 65

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

Shades of Mirage #393E41

Tints of Mirage #393E41

RGB

 RED value IS 57 (22.66% from 255) = 30.98%

 GREEN value IS 62 (24.61% from 255) = 33.7%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 30.98%
G = 33.7%
B = 35.33%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#393E41 (or 0x393E41) is known color: Mirage. HEX triplet: 39, 3E and 41. RGB value is (57,62,65). Sum of RGB (Red+Green+Blue) = 57+62+65=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: blue. Hex color #393E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E41 is #C6C1BE. Grayscale: #3C3C3C. Windows color (decimal): -13025727 or 4275769. OLE color: 4275769.

HSL color Cylindrical-coordinate representation of color #393E41: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #393E41 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 62 65 -
CMYK 0.12 0.05 0 0.75
HSL 202.5º 0.07% 0.24% -
HSV(B) 202.5º 0.12% 0.25% -
XYZ 4.36 4.7 5.68 -
YUV 60.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 57 62 65 0.12 0.05 0 0.75 202.5 0.07 0.24
Hex 39 3E 41 C 5 0 4B CA 7 18
Octal 71 76 101 14 5 0 113 312 7 30
Binary 111001 111110 1000001 1100 101 0 1001011 11001010 111 11000

Color Harmonies of #393E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E41

Black with #393E41

Text Example


Text Example

White with #393E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393E41; }

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

 H1.HeaderClassName
 {
   color: #393E41;
 }
 .AnyTagClassName
 {
   color: #393E41;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #393E41;
 }
 .BgClassName
 {
   background-color: #393E41;
 }
</style>

border-color css

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

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

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