#3D3642

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

Shades of Jagger #3D3642

Tints of Jagger #3D3642

Color information

#3D3642 (or 0x3D3642) is unknown color: approx Jagger. HEX triplet: 3D, 36 and 42. RGB value is (61,54,66). Sum of RGB (Red+Green+Blue) = 61+54+66=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 66 - color contains mainly: blue. Hex color #3D3642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3642 is #C2C9BD. Grayscale: #393939. Windows color (decimal): -12765630 or 4339261. OLE color: 4339261.

HSL color Cylindrical-coordinate representation of color #3D3642: hue angle of 275º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D3642 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB615466-
CMYK0.080.1800.74
HSL275º10%23.53%-
HSV(B)275º18.18%25.88%-
XYZ4.234.025.71-
YUV57.46132.82130.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.70%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=33.70%
G=29.83%
B=36.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6154660.080.1800.742751023.53
Hex3D364281204A113a18
Octal7566102102201124231230
Binary111101110110100001010001001001001010100010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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