#3D3940

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

Shades of Jagger #3D3940

Tints of Jagger #3D3940

Color information

#3D3940 (or 0x3D3940) is unknown color: approx Jagger. HEX triplet: 3D, 39 and 40. RGB value is (61,57,64). Sum of RGB (Red+Green+Blue) = 61+57+64=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3940 is #C2C6BF. Grayscale: #3A3A3A. Windows color (decimal): -12764864 or 4208957. OLE color: 4208957.

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

Color convert

RGB615764-
CMYK0.050.1100.75
HSL274.29º5.79%23.73%-
HSV(B)274.29º10.94%25.1%-
XYZ4.314.295.45-
YUV58.99130.83129.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.52%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=33.52%
G=31.32%
B=35.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6157640.050.1100.75274.295.7923.73
Hex3D39405B04B112618
Octal75711005130113422630
Binary111101111001100000010110110100101110001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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