#3E2446

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

Shades of Jagger #3E2446

Tints of Jagger #3E2446

Color information

#3E2446 (or 0x3E2446) is unknown color: approx Jagger. HEX triplet: 3E, 24 and 46. RGB value is (62,36,70). Sum of RGB (Red+Green+Blue) = 62+36+70=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E2446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2446 is #C1DBB9. Grayscale: #2F2F2F. Windows color (decimal): -12704698 or 4596798. OLE color: 4596798.

HSL color Cylindrical-coordinate representation of color #3E2446: hue angle of 285.88º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E2446 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB623670-
CMYK0.110.4900.73
HSL285.88º32.08%20.78%-
HSV(B)285.88º48.57%27.45%-
XYZ3.722.736.12-
YUV47.65140.61138.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.90%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 70 (27.73% from 255) = 41.67%
R=36.90%
G=21.43%
B=41.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6236700.110.4900.73285.8832.0820.78
Hex3E2446B3104911e2015
Octal7644106136101114364025
Binary111110100100100011010111100010100100110001111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,36,70); }

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

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

 a { background-color: rgb(62,36,70); }

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

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

 span { border-color: rgb(62,36,70); }

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