#3D2949

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

Shades of Jagger #3D2949

Tints of Jagger #3D2949

Color information

#3D2949 (or 0x3D2949) is unknown color: approx Jagger. HEX triplet: 3D, 29 and 49. RGB value is (61,41,73). Sum of RGB (Red+Green+Blue) = 61+41+73=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2949 is #C2D6B6. Grayscale: #323232. Windows color (decimal): -12768951 or 4794685. OLE color: 4794685.

HSL color Cylindrical-coordinate representation of color #3D2949: hue angle of 277.5º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D2949 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB614173-
CMYK0.160.4400.71
HSL277.5º28.07%22.35%-
HSV(B)277.5º43.84%28.63%-
XYZ3.923.066.69-
YUV50.63140.63135.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=34.86%
G=23.43%
B=41.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6141730.160.4400.71277.528.0722.35
Hex3D2949102C0471161c16
Octal7551111205401074263426
Binary111101101001100100110000101100010001111000101101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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