#3E2947

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

Shades of Jagger #3E2947

Tints of Jagger #3E2947

Color information

#3E2947 (or 0x3E2947) is unknown color: approx Jagger. HEX triplet: 3E, 29 and 47. RGB value is (62,41,71). Sum of RGB (Red+Green+Blue) = 62+41+71=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E2947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2947 is #C1D6B8. Grayscale: #323232. Windows color (decimal): -12703417 or 4663614. OLE color: 4663614.

HSL color Cylindrical-coordinate representation of color #3E2947: hue angle of 282º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E2947 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB624171-
CMYK0.130.4200.72
HSL282º26.79%21.96%-
HSV(B)282º42.25%27.84%-
XYZ3.923.066.35-
YUV50.7139.46136.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=35.63%
G=23.56%
B=40.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6241710.130.4200.7228226.7921.96
Hex3E2947D2A04811a1b16
Octal7651107155201104323326
Binary11111010100110001111101101010010010001000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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