#3D3640

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

Shades of Jagger #3D3640

Tints of Jagger #3D3640

Color information

#3D3640 (or 0x3D3640) is unknown color: approx Jagger. HEX triplet: 3D, 36 and 40. RGB value is (61,54,64). Sum of RGB (Red+Green+Blue) = 61+54+64=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3640 is #C2C9BF. Grayscale: #393939. Windows color (decimal): -12765632 or 4208189. OLE color: 4208189.

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

Color convert

RGB615464-
CMYK0.050.1600.75
HSL282º8.47%23.14%-
HSV(B)282º15.62%25.1%-
XYZ4.1745.4-
YUV57.23131.82130.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.08%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=34.08%
G=30.17%
B=35.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6154640.050.1600.752828.4723.14
Hex3D364051004B11a817
Octal756610052001134321027
Binary11110111011010000001011000001001011100011010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,64); }

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

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

 a { background-color: rgb(61,54,64); }

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

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

 span { border-color: rgb(61,54,64); }

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