#372249

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

Shades of Jagger #372249

Tints of Jagger #372249

Color information

#372249 (or 0x372249) is unknown color: approx Jagger. HEX triplet: 37, 22 and 49. RGB value is (55,34,73). Sum of RGB (Red+Green+Blue) = 55+34+73=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #372249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372249 is #C8DDB6. Grayscale: #2C2C2C. Windows color (decimal): -13163959 or 4792887. OLE color: 4792887.

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

Color convert

RGB553473-
CMYK0.250.5300.71
HSL272.31º36.45%20.98%-
HSV(B)272.31º53.42%28.63%-
XYZ3.352.446.6-
YUV44.72143.96135.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=33.95%
G=20.99%
B=45.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5534730.250.5300.71272.3136.4520.98
Hex37224919350471102415
Octal6742111316501074204425
Binary1101111000101001001110011101010100011110001000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372249; }

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

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

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

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

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

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

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

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