#3F2747

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

Shades of Jagger #3F2747

Tints of Jagger #3F2747

Color information

#3F2747 (or 0x3F2747) is unknown color: approx Jagger. HEX triplet: 3F, 27 and 47. RGB value is (63,39,71). Sum of RGB (Red+Green+Blue) = 63+39+71=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2747 is #C0D8B8. Grayscale: #313131. Windows color (decimal): -12638393 or 4663103. OLE color: 4663103.

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

Color convert

RGB633971-
CMYK0.110.4500.72
HSL285º29.09%21.57%-
HSV(B)285º45.07%27.84%-
XYZ3.912.966.33-
YUV49.82139.95137.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.42%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=36.42%
G=22.54%
B=41.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6339710.110.4500.7228529.0921.57
Hex3F2747B2D04811d1d16
Octal7747107135501104353526
Binary11111110011110001111011101101010010001000111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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