#3F3744

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

Shades of Jagger #3F3744

Tints of Jagger #3F3744

Color information

#3F3744 (or 0x3F3744) is unknown color: approx Jagger. HEX triplet: 3F, 37 and 44. RGB value is (63,55,68). Sum of RGB (Red+Green+Blue) = 63+55+68=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #3F3744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3744 is #C0C8BB. Grayscale: #3A3A3A. Windows color (decimal): -12634300 or 4470591. OLE color: 4470591.

HSL color Cylindrical-coordinate representation of color #3F3744: hue angle of 276.92º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F3744 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB635568-
CMYK0.070.1900.73
HSL276.92º10.57%24.12%-
HSV(B)276.92º19.12%26.67%-
XYZ4.464.216.05-
YUV58.87133.15130.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=33.87%
G=29.57%
B=36.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6355680.070.1900.73276.9210.5724.12
Hex3F3744713049115b18
Octal776710472301114251330
Binary11111111011110001001111001101001001100010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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