#3B3E40

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

Shades of Mirage #3B3E40

Tints of Mirage #3B3E40

Color information

#3B3E40 (or 0x3B3E40) is unknown color: approx Mirage. HEX triplet: 3B, 3E and 40. RGB value is (59,62,64). Sum of RGB (Red+Green+Blue) = 59+62+64=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B3E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E40 is #C4C1BF. Grayscale: #3D3D3D. Windows color (decimal): -12894656 or 4210235. OLE color: 4210235.

HSL color Cylindrical-coordinate representation of color #3B3E40: hue angle of 204º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3B3E40 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB596264-
CMYK0.080.0300.75
HSL204º4.07%24.12%-
HSV(B)204º7.81%25.1%-
XYZ4.454.755.53-
YUV61.33129.51126.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=31.89%
G=33.51%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5962640.080.0300.752044.0724.12
Hex3B3E408304Bcc418
Octal73761001030113314430
Binary1110111111101000000100011010010111100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B3E40; }

 p { color: rgb(59,62,64); }

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

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

 a { background-color: rgb(59,62,64); }

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

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

 span { border-color: rgb(59,62,64); }

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