#323A40

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

Shades of Mirage #323A40

Tints of Mirage #323A40

Color information

#323A40 (or 0x323A40) is unknown color: approx Mirage. HEX triplet: 32, 3A and 40. RGB value is (50,58,64). Sum of RGB (Red+Green+Blue) = 50+58+64=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #323A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A40 is #CDC5BF. Grayscale: #383838. Windows color (decimal): -13485504 or 4209202. OLE color: 4209202.

HSL color Cylindrical-coordinate representation of color #323A40: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323A40 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB505864-
CMYK0.220.0900.75
HSL205.71º12.28%22.35%-
HSV(B)205.71º21.88%25.1%-
XYZ3.754.075.44-
YUV56.29132.35123.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=29.07%
G=33.72%
B=37.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5058640.220.0900.75205.7112.2822.35
Hex323A4016904Bcec16
Octal6272100261101133161426
Binary11001011101010000001011010010100101111001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323A40; }

 p { color: rgb(50,58,64); }

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

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

 a { background-color: rgb(50,58,64); }

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

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

 span { border-color: rgb(50,58,64); }

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