#372749

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

Shades of Jagger #372749

Tints of Jagger #372749

Color information

#372749 (or 0x372749) is unknown color: approx Jagger. HEX triplet: 37, 27 and 49. RGB value is (55,39,73). Sum of RGB (Red+Green+Blue) = 55+39+73=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #372749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372749 is #C8D8B6. Grayscale: #2F2F2F. Windows color (decimal): -13162679 or 4794167. OLE color: 4794167.

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

Color convert

RGB553973-
CMYK0.250.4700.71
HSL268.24º30.36%21.96%-
HSV(B)268.24º46.58%28.63%-
XYZ3.52.746.65-
YUV47.66142.3133.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=32.93%
G=23.35%
B=43.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5539730.250.4700.71268.2430.3621.96
Hex372749192F04710c1e16
Octal6747111315701074143626
Binary110111100111100100111001101111010001111000011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372749; }

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

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

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

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

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

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

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

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