#372549

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

Shades of Jagger #372549

Tints of Jagger #372549

Color information

#372549 (or 0x372549) is unknown color: approx Jagger. HEX triplet: 37, 25 and 49. RGB value is (55,37,73). Sum of RGB (Red+Green+Blue) = 55+37+73=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #372549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372549 is #C8DAB6. Grayscale: #2E2E2E. Windows color (decimal): -13163191 or 4793655. OLE color: 4793655.

HSL color Cylindrical-coordinate representation of color #372549: hue angle of 270º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372549 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB553773-
CMYK0.250.4900.71
HSL270º32.73%21.57%-
HSV(B)270º49.32%28.63%-
XYZ3.442.626.63-
YUV46.49142.96134.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=33.33%
G=22.42%
B=44.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5537730.250.4900.7127032.7321.57
Hex372549193104710e2116
Octal6745111316101074164126
Binary1101111001011001001110011100010100011110000111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372549; }

 p { color: rgb(55,37,73); }

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

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

 a { background-color: rgb(55,37,73); }

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

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

 span { border-color: rgb(55,37,73); }

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