#3C3149

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

Shades of Jagger #3C3149

Tints of Jagger #3C3149

Color information

#3C3149 (or 0x3C3149) is unknown color: approx Jagger. HEX triplet: 3C, 31 and 49. RGB value is (60,49,73). Sum of RGB (Red+Green+Blue) = 60+49+73=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C3149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3149 is #C3CEB6. Grayscale: #363636. Windows color (decimal): -12832439 or 4796732. OLE color: 4796732.

HSL color Cylindrical-coordinate representation of color #3C3149: hue angle of 267.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C3149 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB604973-
CMYK0.180.3300.71
HSL267.5º19.67%23.92%-
HSV(B)267.5º32.88%28.63%-
XYZ4.163.646.79-
YUV55.02138.14131.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=32.97%
G=26.92%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6049730.180.3300.71267.519.6723.92
Hex3C3149122104710c1418
Octal7461111224101074142430
Binary111100110001100100110010100001010001111000011001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,73); }

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

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

 a { background-color: rgb(60,49,73); }

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

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

 span { border-color: rgb(60,49,73); }

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