#3D3347

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

Shades of Jagger #3D3347

Tints of Jagger #3D3347

Color information

#3D3347 (or 0x3D3347) is unknown color: approx Jagger. HEX triplet: 3D, 33 and 47. RGB value is (61,51,71). Sum of RGB (Red+Green+Blue) = 61+51+71=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D3347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3347 is #C2CCB8. Grayscale: #383838. Windows color (decimal): -12766393 or 4666173. OLE color: 4666173.

HSL color Cylindrical-coordinate representation of color #3D3347: hue angle of 270º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D3347 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB615171-
CMYK0.140.2800.72
HSL270º16.39%23.92%-
HSV(B)270º28.17%27.84%-
XYZ4.253.816.47-
YUV56.27136.31131.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=33.33%
G=27.87%
B=38.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6151710.140.2800.7227016.3923.92
Hex3D3347E1C04810e1018
Octal7563107163401104162030
Binary1111011100111000111111011100010010001000011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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