#372349

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

Shades of Jagger #372349

Tints of Jagger #372349

Color information

#372349 (or 0x372349) is unknown color: approx Jagger. HEX triplet: 37, 23 and 49. RGB value is (55,35,73). Sum of RGB (Red+Green+Blue) = 55+35+73=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #372349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372349 is #C8DCB6. Grayscale: #2D2D2D. Windows color (decimal): -13163703 or 4793143. OLE color: 4793143.

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

Color convert

RGB553573-
CMYK0.250.5200.71
HSL271.58º35.19%21.18%-
HSV(B)271.58º52.05%28.63%-
XYZ3.382.56.61-
YUV45.31143.63134.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=33.74%
G=21.47%
B=44.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5535730.250.5200.71271.5835.1921.18
Hex37234919340471102315
Octal6743111316401074204325
Binary1101111000111001001110011101000100011110001000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372349; }

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

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

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

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

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

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

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

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