#3D3343

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

Shades of Jagger #3D3343

Tints of Jagger #3D3343

Color information

#3D3343 (or 0x3D3343) is unknown color: approx Jagger. HEX triplet: 3D, 33 and 43. RGB value is (61,51,67). Sum of RGB (Red+Green+Blue) = 61+51+67=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 67 - color contains mainly: blue. Hex color #3D3343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3343 is #C2CCBC. Grayscale: #373737. Windows color (decimal): -12766397 or 4404029. OLE color: 4404029.

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

Color convert

RGB615167-
CMYK0.090.2400.74
HSL277.5º13.56%23.14%-
HSV(B)277.5º23.88%26.27%-
XYZ4.123.775.82-
YUV55.81134.31131.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.08%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 67 (26.56% from 255) = 37.43%
R=34.08%
G=28.49%
B=37.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6151670.090.2400.74277.513.5623.14
Hex3D334391804A116e17
Octal7563103113001124261627
Binary111101110011100001110011100001001010100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,67); }

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

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

 a { background-color: rgb(61,51,67); }

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

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

 span { border-color: rgb(61,51,67); }

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