#3F2546

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

Shades of Jagger #3F2546

Tints of Jagger #3F2546

Color information

#3F2546 (or 0x3F2546) is unknown color: approx Jagger. HEX triplet: 3F, 25 and 46. RGB value is (63,37,70). Sum of RGB (Red+Green+Blue) = 63+37+70=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F2546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2546 is #C0DAB9. Grayscale: #303030. Windows color (decimal): -12638906 or 4597055. OLE color: 4597055.

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

Color convert

RGB633770-
CMYK0.100.4700.73
HSL287.27º30.84%20.98%-
HSV(B)287.27º47.14%27.45%-
XYZ3.822.826.14-
YUV48.54140.11138.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=37.06%
G=21.76%
B=41.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6337700.100.4700.73287.2730.8420.98
Hex3F2546A2F04911f1f15
Octal7745106125701114373725
Binary11111110010110001101010101111010010011000111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,70); }

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

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

 a { background-color: rgb(63,37,70); }

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

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

 span { border-color: rgb(63,37,70); }

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