#3F3146

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

Shades of Jagger #3F3146

Tints of Jagger #3F3146

Color information

#3F3146 (or 0x3F3146) is unknown color: approx Jagger. HEX triplet: 3F, 31 and 46. RGB value is (63,49,70). Sum of RGB (Red+Green+Blue) = 63+49+70=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F3146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3146 is #C0CEB9. Grayscale: #373737. Windows color (decimal): -12635834 or 4600127. OLE color: 4600127.

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

Color convert

RGB634970-
CMYK0.100.3000.73
HSL280º17.65%23.33%-
HSV(B)280º30%27.45%-
XYZ4.253.76.28-
YUV55.58136.14133.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.62%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=34.62%
G=26.92%
B=38.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6349700.100.3000.7328017.6523.33
Hex3F3146A1E0491181217
Octal7761106123601114302227
Binary1111111100011000110101011110010010011000110001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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