#3E2949

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

Shades of Jagger #3E2949

Tints of Jagger #3E2949

Color information

#3E2949 (or 0x3E2949) is unknown color: approx Jagger. HEX triplet: 3E, 29 and 49. RGB value is (62,41,73). Sum of RGB (Red+Green+Blue) = 62+41+73=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2949 is #C1D6B6. Grayscale: #323232. Windows color (decimal): -12703415 or 4794686. OLE color: 4794686.

HSL color Cylindrical-coordinate representation of color #3E2949: hue angle of 279.38º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E2949 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB624173-
CMYK0.150.4400.71
HSL279.38º28.07%22.35%-
HSV(B)279.38º43.84%28.63%-
XYZ3.983.096.69-
YUV50.93140.46135.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=35.23%
G=23.30%
B=41.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6241730.150.4400.71279.3828.0722.35
Hex3E2949F2C0471171c16
Octal7651111175401074273426
Binary11111010100110010011111101100010001111000101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,41,73); }

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

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

 a { background-color: rgb(62,41,73); }

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

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

 span { border-color: rgb(62,41,73); }

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