#3E324A

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

Shades of Jagger #3E324A

Tints of Jagger #3E324A

Color information

#3E324A (or 0x3E324A) is unknown color: approx Jagger. HEX triplet: 3E, 32 and 4A. RGB value is (62,50,74). Sum of RGB (Red+Green+Blue) = 62+50+74=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E324A is #C1CDB5. Grayscale: #383838. Windows color (decimal): -12701110 or 4862526. OLE color: 4862526.

HSL color Cylindrical-coordinate representation of color #3E324A: hue angle of 270º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E324A is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB625074-
CMYK0.160.3200.71
HSL270º19.35%24.31%-
HSV(B)270º32.43%29.02%-
XYZ4.363.86.98-
YUV56.32137.98132.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=33.33%
G=26.88%
B=39.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6250740.160.3200.7127019.3524.31
Hex3E324A102004710e1318
Octal7662112204001074162330
Binary111110110010100101010000100000010001111000011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,50,74); }

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

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

 a { background-color: rgb(62,50,74); }

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

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

 span { border-color: rgb(62,50,74); }

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