#3D3442

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

Shades of Jagger #3D3442

Tints of Jagger #3D3442

Color information

#3D3442 (or 0x3D3442) is unknown color: approx Jagger. HEX triplet: 3D, 34 and 42. RGB value is (61,52,66). Sum of RGB (Red+Green+Blue) = 61+52+66=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #3D3442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3442 is #C2CBBD. Grayscale: #383838. Windows color (decimal): -12766142 or 4338749. OLE color: 4338749.

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

Color convert

RGB615266-
CMYK0.080.2100.74
HSL278.57º11.86%23.14%-
HSV(B)278.57º21.21%25.88%-
XYZ4.143.845.68-
YUV56.29133.48131.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.08%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=34.08%
G=29.05%
B=36.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6152660.080.2100.74278.5711.8623.14
Hex3D344281504A117c17
Octal7564102102501124271427
Binary111101110100100001010001010101001010100010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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