#3E3C40

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

Shades of Jagger #3E3C40

Tints of Jagger #3E3C40

Color information

#3E3C40 (or 0x3E3C40) is unknown color: approx Jagger. HEX triplet: 3E, 3C and 40. RGB value is (62,60,64). Sum of RGB (Red+Green+Blue) = 62+60+64=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E3C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3C40 is #C1C3BF. Grayscale: #3D3D3D. Windows color (decimal): -12698560 or 4209726. OLE color: 4209726.

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

Color convert

RGB626064-
CMYK0.030.0600.75
HSL270º3.23%24.31%-
HSV(B)270º6.25%25.1%-
XYZ4.534.635.5-
YUV61.05129.66128.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.33%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=33.33%
G=32.26%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6260640.030.0600.752703.2324.31
Hex3E3C403604B10e318
Octal7674100360113416330
Binary111110111100100000011110010010111000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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