#3D3341

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

Shades of Jagger #3D3341

Tints of Jagger #3D3341

Color information

#3D3341 (or 0x3D3341) is unknown color: approx Jagger. HEX triplet: 3D, 33 and 41. RGB value is (61,51,65). Sum of RGB (Red+Green+Blue) = 61+51+65=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D3341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3341 is #C2CCBE. Grayscale: #373737. Windows color (decimal): -12766399 or 4272957. OLE color: 4272957.

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

Color convert

RGB615165-
CMYK0.060.2200.75
HSL282.86º12.07%22.75%-
HSV(B)282.86º21.54%25.49%-
XYZ4.063.745.51-
YUV55.59133.31131.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=34.46%
G=28.81%
B=36.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6151650.060.2200.75282.8612.0722.75
Hex3D334161604B11bc17
Octal756310162601134331427
Binary11110111001110000011101011001001011100011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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