#3D2953

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

Shades of Jagger #3D2953

Tints of Jagger #3D2953

Color information

#3D2953 (or 0x3D2953) is unknown color: approx Jagger. HEX triplet: 3D, 29 and 53. RGB value is (61,41,83). Sum of RGB (Red+Green+Blue) = 61+41+83=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D2953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2953 is #C2D6AC. Grayscale: #333333. Windows color (decimal): -12768941 or 5450045. OLE color: 5450045.

HSL color Cylindrical-coordinate representation of color #3D2953: hue angle of 268.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D2953 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB614183-
CMYK0.270.5100.67
HSL268.57º33.87%24.31%-
HSV(B)268.57º50.6%32.55%-
XYZ4.283.28.58-
YUV51.77145.63134.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=32.97%
G=22.16%
B=44.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6141830.270.5100.67268.5733.8724.31
Hex3D29531B3304310d2218
Octal7551123336301034154230
Binary1111011010011010011110111100110100001110000110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,83); }

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

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

 a { background-color: rgb(61,41,83); }

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

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

 span { border-color: rgb(61,41,83); }

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