#3C3247

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

Shades of Jagger #3C3247

Tints of Jagger #3C3247

Color information

#3C3247 (or 0x3C3247) is unknown color: approx Jagger. HEX triplet: 3C, 32 and 47. RGB value is (60,50,71). Sum of RGB (Red+Green+Blue) = 60+50+71=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C3247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3247 is #C3CDB8. Grayscale: #373737. Windows color (decimal): -12832185 or 4665916. OLE color: 4665916.

HSL color Cylindrical-coordinate representation of color #3C3247: hue angle of 268.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C3247 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB605071-
CMYK0.150.3000.72
HSL268.57º17.36%23.73%-
HSV(B)268.57º29.58%27.84%-
XYZ4.143.76.46-
YUV55.38136.81131.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.15%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=33.15%
G=27.62%
B=39.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6050710.150.3000.72268.5717.3623.73
Hex3C3247F1E04810d1118
Octal7462107173601104152130
Binary1111001100101000111111111110010010001000011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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