#3C2349

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

Shades of Jagger #3C2349

Tints of Jagger #3C2349

Color information

#3C2349 (or 0x3C2349) is unknown color: approx Jagger. HEX triplet: 3C, 23 and 49. RGB value is (60,35,73). Sum of RGB (Red+Green+Blue) = 60+35+73=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C2349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2349 is #C3DCB6. Grayscale: #2E2E2E. Windows color (decimal): -12836023 or 4793148. OLE color: 4793148.

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

Color convert

RGB603573-
CMYK0.180.5200.71
HSL279.47º35.19%21.18%-
HSV(B)279.47º52.05%28.63%-
XYZ3.672.646.62-
YUV46.81142.78137.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.71%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=35.71%
G=20.83%
B=43.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6035730.180.5200.71279.4735.1921.18
Hex3C234912340471172315
Octal7443111226401074274325
Binary1111001000111001001100101101000100011110001011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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