#3F2C4A

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

Shades of Jagger #3F2C4A

Tints of Jagger #3F2C4A

Color information

#3F2C4A (or 0x3F2C4A) is unknown color: approx Jagger. HEX triplet: 3F, 2C and 4A. RGB value is (63,44,74). Sum of RGB (Red+Green+Blue) = 63+44+74=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F2C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C4A is #C0D3B5. Grayscale: #353535. Windows color (decimal): -12637110 or 4860991. OLE color: 4860991.

HSL color Cylindrical-coordinate representation of color #3F2C4A: hue angle of 278º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F2C4A is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB634474-
CMYK0.150.4100.71
HSL278º25.42%23.14%-
HSV(B)278º40.54%29.02%-
XYZ4.193.356.91-
YUV53.1139.79135.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=34.81%
G=24.31%
B=40.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6344740.150.4100.7127825.4223.14
Hex3F2C4AF290471161917
Octal7754112175101074263127
Binary11111110110010010101111101001010001111000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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