#3F3747

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

Shades of Jagger #3F3747

Tints of Jagger #3F3747

Color information

#3F3747 (or 0x3F3747) is unknown color: approx Jagger. HEX triplet: 3F, 37 and 47. RGB value is (63,55,71). Sum of RGB (Red+Green+Blue) = 63+55+71=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F3747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3747 is #C0C8B8. Grayscale: #3B3B3B. Windows color (decimal): -12634297 or 4667199. OLE color: 4667199.

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

Color convert

RGB635571-
CMYK0.110.2300.72
HSL270º12.7%24.71%-
HSV(B)270º22.54%27.84%-
XYZ4.554.246.54-
YUV59.22134.65130.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=33.33%
G=29.10%
B=37.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6355710.110.2300.7227012.724.71
Hex3F3747B1704810ed19
Octal7767107132701104161531
Binary111111110111100011110111011101001000100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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