#3F3247

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

Shades of Jagger #3F3247

Tints of Jagger #3F3247

Color information

#3F3247 (or 0x3F3247) is unknown color: approx Jagger. HEX triplet: 3F, 32 and 47. RGB value is (63,50,71). Sum of RGB (Red+Green+Blue) = 63+50+71=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F3247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3247 is #C0CDB8. Grayscale: #383838. Windows color (decimal): -12635577 or 4665919. OLE color: 4665919.

HSL color Cylindrical-coordinate representation of color #3F3247: hue angle of 277.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F3247 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB635071-
CMYK0.110.3000.72
HSL277.14º17.36%23.73%-
HSV(B)277.14º29.58%27.84%-
XYZ4.333.796.47-
YUV56.28136.31132.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=34.24%
G=27.17%
B=38.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6350710.110.3000.72277.1417.3623.73
Hex3F3247B1E0481151118
Octal7762107133601104252130
Binary1111111100101000111101111110010010001000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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