#3C3241

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

Shades of Jagger #3C3241

Tints of Jagger #3C3241

Color information

#3C3241 (or 0x3C3241) is unknown color: approx Jagger. HEX triplet: 3C, 32 and 41. RGB value is (60,50,65). Sum of RGB (Red+Green+Blue) = 60+50+65=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3241 is #C3CDBE. Grayscale: #363636. Windows color (decimal): -12832191 or 4272700. OLE color: 4272700.

HSL color Cylindrical-coordinate representation of color #3C3241: hue angle of 280º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C3241 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB605065-
CMYK0.080.2300.75
HSL280º13.04%22.55%-
HSV(B)280º23.08%25.49%-
XYZ3.963.625.49-
YUV54.7133.81131.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=34.29%
G=28.57%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6050650.080.2300.7528013.0422.55
Hex3C324181704B118d17
Octal7462101102701134301527
Binary111100110010100000110001011101001011100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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