#3F3050

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

Shades of Jagger #3F3050

Tints of Jagger #3F3050

Color information

#3F3050 (or 0x3F3050) is unknown color: approx Jagger. HEX triplet: 3F, 30 and 50. RGB value is (63,48,80). Sum of RGB (Red+Green+Blue) = 63+48+80=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F3050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3050 is #C0CFAF. Grayscale: #383838. Windows color (decimal): -12636080 or 5255231. OLE color: 5255231.

HSL color Cylindrical-coordinate representation of color #3F3050: hue angle of 268.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3050 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB634880-
CMYK0.210.4000.69
HSL268.12º25%25.1%-
HSV(B)268.12º40%31.37%-
XYZ4.553.758.07-
YUV56.13141.47132.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=32.98%
G=25.13%
B=41.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6348800.210.4000.69268.122525.1
Hex3F3050152804510c1919
Octal7760120255001054143131
Binary111111110000101000010101101000010001011000011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,48,80); }

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

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

 a { background-color: rgb(63,48,80); }

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

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

 span { border-color: rgb(63,48,80); }

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