#3C3340

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

Shades of Jagger #3C3340

Tints of Jagger #3C3340

Color information

#3C3340 (or 0x3C3340) is unknown color: approx Jagger. HEX triplet: 3C, 33 and 40. RGB value is (60,51,64). Sum of RGB (Red+Green+Blue) = 60+51+64=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3340 is #C3CCBF. Grayscale: #373737. Windows color (decimal): -12831936 or 4207420. OLE color: 4207420.

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

Color convert

RGB605164-
CMYK0.060.2000.75
HSL281.54º11.3%22.55%-
HSV(B)281.54º20.31%25.1%-
XYZ3.973.75.35-
YUV55.17132.98131.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=34.29%
G=29.14%
B=36.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6051640.060.2000.75281.5411.322.55
Hex3C334061404B11ab17
Octal746310062401134321327
Binary11110011001110000001101010001001011100011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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