#3F2C48

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

Shades of Jagger #3F2C48

Tints of Jagger #3F2C48

Color information

#3F2C48 (or 0x3F2C48) is unknown color: approx Jagger. HEX triplet: 3F, 2C and 48. RGB value is (63,44,72). Sum of RGB (Red+Green+Blue) = 63+44+72=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F2C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C48 is #C0D3B7. Grayscale: #343434. Windows color (decimal): -12637112 or 4729919. OLE color: 4729919.

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

Color convert

RGB634472-
CMYK0.120.3900.72
HSL280.71º24.14%22.75%-
HSV(B)280.71º38.89%28.24%-
XYZ4.123.336.56-
YUV52.87138.79135.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=35.20%
G=24.58%
B=40.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6344720.120.3900.72280.7124.1422.75
Hex3F2C48C270481191817
Octal7754110144701104313027
Binary11111110110010010001100100111010010001000110011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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