#3C3240

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

Shades of Jagger #3C3240

Tints of Jagger #3C3240

Color information

#3C3240 (or 0x3C3240) is unknown color: approx Jagger. HEX triplet: 3C, 32 and 40. RGB value is (60,50,64). Sum of RGB (Red+Green+Blue) = 60+50+64=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3240 is #C3CDBF. Grayscale: #363636. Windows color (decimal): -12832192 or 4207164. OLE color: 4207164.

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

Color convert

RGB605064-
CMYK0.060.2200.75
HSL282.86º12.28%22.35%-
HSV(B)282.86º21.88%25.1%-
XYZ3.933.615.34-
YUV54.59133.31131.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=34.48%
G=28.74%
B=36.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6050640.060.2200.75282.8612.2822.35
Hex3C324061604B11bc16
Octal746210062601134331426
Binary11110011001010000001101011001001011100011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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