#3F2048

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

Shades of Jagger #3F2048

Tints of Jagger #3F2048

Color information

#3F2048 (or 0x3F2048) is unknown color: approx Jagger. HEX triplet: 3F, 20 and 48. RGB value is (63,32,72). Sum of RGB (Red+Green+Blue) = 63+32+72=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F2048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2048 is #C0DFB7. Grayscale: #2D2D2D. Windows color (decimal): -12640184 or 4726847. OLE color: 4726847.

HSL color Cylindrical-coordinate representation of color #3F2048: hue angle of 286.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F2048 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB633272-
CMYK0.120.5600.72
HSL286.5º38.46%20.39%-
HSV(B)286.5º55.56%28.24%-
XYZ3.742.566.43-
YUV45.83142.77140.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=37.72%
G=19.16%
B=43.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6332720.120.5600.72286.538.4620.39
Hex3F2048C3804811e2614
Octal7740110147001104364624
Binary111111100000100100011001110000100100010001111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,72); }

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

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

 a { background-color: rgb(63,32,72); }

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

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

 span { border-color: rgb(63,32,72); }

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