#3F3546

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

Shades of Jagger #3F3546

Tints of Jagger #3F3546

Color information

#3F3546 (or 0x3F3546) is unknown color: approx Jagger. HEX triplet: 3F, 35 and 46. RGB value is (63,53,70). Sum of RGB (Red+Green+Blue) = 63+53+70=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F3546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3546 is #C0CAB9. Grayscale: #393939. Windows color (decimal): -12634810 or 4601151. OLE color: 4601151.

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

Color convert

RGB635370-
CMYK0.100.2400.73
HSL275.29º13.82%24.12%-
HSV(B)275.29º24.29%27.45%-
XYZ4.434.056.34-
YUV57.93134.81131.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=33.87%
G=28.49%
B=37.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6353700.100.2400.73275.2913.8224.12
Hex3F3546A18049113e18
Octal7765106123001114231630
Binary111111110101100011010101100001001001100010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,70); }

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

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

 a { background-color: rgb(63,53,70); }

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

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

 span { border-color: rgb(63,53,70); }

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