#372545

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

Shades of Jagger #372545

Tints of Jagger #372545

Color information

#372545 (or 0x372545) is unknown color: approx Jagger. HEX triplet: 37, 25 and 45. RGB value is (55,37,69). Sum of RGB (Red+Green+Blue) = 55+37+69=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 69 - color contains mainly: blue. Hex color #372545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372545 is #C8DABA. Grayscale: #2D2D2D. Windows color (decimal): -13163195 or 4531511. OLE color: 4531511.

HSL color Cylindrical-coordinate representation of color #372545: hue angle of 273.75º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #372545 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB553769-
CMYK0.200.4600.73
HSL273.75º30.19%20.78%-
HSV(B)273.75º46.38%27.06%-
XYZ3.312.575.95-
YUV46.03140.96134.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=34.16%
G=22.98%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5537690.200.4600.73273.7530.1920.78
Hex372545142E0491121e15
Octal6745105245601114223625
Binary110111100101100010110100101110010010011000100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372545; }

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

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

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

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

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

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

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

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