#3C2545

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

Shades of Jagger #3C2545

Tints of Jagger #3C2545

Color information

#3C2545 (or 0x3C2545) is unknown color: approx Jagger. HEX triplet: 3C, 25 and 45. RGB value is (60,37,69). Sum of RGB (Red+Green+Blue) = 60+37+69=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 69 - color contains mainly: blue. Hex color #3C2545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2545 is #C3DABA. Grayscale: #2F2F2F. Windows color (decimal): -12835515 or 4531516. OLE color: 4531516.

HSL color Cylindrical-coordinate representation of color #3C2545: hue angle of 283.12º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C2545 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB603769-
CMYK0.130.4600.73
HSL283.12º30.19%20.78%-
HSV(B)283.12º46.38%27.06%-
XYZ3.62.715.96-
YUV47.52140.12136.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 69 (27.34% from 255) = 41.57%
R=36.14%
G=22.29%
B=41.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6037690.130.4600.73283.1230.1920.78
Hex3C2545D2E04911b1e15
Octal7445105155601114333625
Binary11110010010110001011101101110010010011000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,37,69); }

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

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

 a { background-color: rgb(60,37,69); }

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

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

 span { border-color: rgb(60,37,69); }

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