#3C2747

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

Shades of Jagger #3C2747

Tints of Jagger #3C2747

Color information

#3C2747 (or 0x3C2747) is unknown color: approx Jagger. HEX triplet: 3C, 27 and 47. RGB value is (60,39,71). Sum of RGB (Red+Green+Blue) = 60+39+71=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2747 is #C3D8B8. Grayscale: #303030. Windows color (decimal): -12835001 or 4663100. OLE color: 4663100.

HSL color Cylindrical-coordinate representation of color #3C2747: hue angle of 279.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C2747 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB603971-
CMYK0.150.4500.72
HSL279.38º29.09%21.57%-
HSV(B)279.38º45.07%27.84%-
XYZ3.732.876.32-
YUV48.93140.46135.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.29%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=35.29%
G=22.94%
B=41.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6039710.150.4500.72279.3829.0921.57
Hex3C2747F2D0481171d16
Octal7447107175501104273526
Binary11110010011110001111111101101010010001000101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,39,71); }

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

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

 a { background-color: rgb(60,39,71); }

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

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

 span { border-color: rgb(60,39,71); }

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