#3F2947

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

Shades of Jagger #3F2947

Tints of Jagger #3F2947

Color information

#3F2947 (or 0x3F2947) is unknown color: approx Jagger. HEX triplet: 3F, 29 and 47. RGB value is (63,41,71). Sum of RGB (Red+Green+Blue) = 63+41+71=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F2947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2947 is #C0D6B8. Grayscale: #323232. Windows color (decimal): -12637881 or 4663615. OLE color: 4663615.

HSL color Cylindrical-coordinate representation of color #3F2947: hue angle of 284º 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 #3F2947 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB634171-
CMYK0.110.4200.72
HSL284º26.79%21.96%-
HSV(B)284º42.25%27.84%-
XYZ3.983.16.35-
YUV51139.29136.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=36%
G=23.43%
B=40.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6341710.110.4200.7228426.7921.96
Hex3F2947B2A04811c1b16
Octal7751107135201104343326
Binary11111110100110001111011101010010010001000111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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