#3F2948

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

Shades of Jagger #3F2948

Tints of Jagger #3F2948

Color information

#3F2948 (or 0x3F2948) is unknown color: approx Jagger. HEX triplet: 3F, 29 and 48. RGB value is (63,41,72). Sum of RGB (Red+Green+Blue) = 63+41+72=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F2948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2948 is #C0D6B7. Grayscale: #333333. Windows color (decimal): -12637880 or 4729151. OLE color: 4729151.

HSL color Cylindrical-coordinate representation of color #3F2948: hue angle of 282.58º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F2948 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB634172-
CMYK0.120.4300.72
HSL282.58º27.43%22.16%-
HSV(B)282.58º43.06%28.24%-
XYZ4.013.116.52-
YUV51.11139.79136.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=35.80%
G=23.30%
B=40.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6341720.120.4300.72282.5827.4322.16
Hex3F2948C2B04811b1b16
Octal7751110145301104333326
Binary11111110100110010001100101011010010001000110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,72); }

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

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

 a { background-color: rgb(63,41,72); }

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

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

 span { border-color: rgb(63,41,72); }

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