#3E2C4A

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

Shades of Jagger #3E2C4A

Tints of Jagger #3E2C4A

Color information

#3E2C4A (or 0x3E2C4A) is unknown color: approx Jagger. HEX triplet: 3E, 2C and 4A. RGB value is (62,44,74). Sum of RGB (Red+Green+Blue) = 62+44+74=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E2C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C4A is #C1D3B5. Grayscale: #343434. Windows color (decimal): -12702646 or 4860990. OLE color: 4860990.

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

Color convert

RGB624474-
CMYK0.160.4100.71
HSL276º25.42%23.14%-
HSV(B)276º40.54%29.02%-
XYZ4.123.326.9-
YUV52.8139.96134.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.44%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=34.44%
G=24.44%
B=41.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6244740.160.4100.7127625.4223.14
Hex3E2C4A10290471141917
Octal7654112205101074243127
Binary111110101100100101010000101001010001111000101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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