#372740

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

Shades of Jagger #372740

Tints of Jagger #372740

Color information

#372740 (or 0x372740) is unknown color: approx Jagger. HEX triplet: 37, 27 and 40. RGB value is (55,39,64). Sum of RGB (Red+Green+Blue) = 55+39+64=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #372740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372740 is #C8D8BF. Grayscale: #2E2E2E. Windows color (decimal): -13162688 or 4204343. OLE color: 4204343.

HSL color Cylindrical-coordinate representation of color #372740: hue angle of 278.4º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #372740 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB553964-
CMYK0.140.3900.75
HSL278.4º24.27%20.2%-
HSV(B)278.4º39.06%25.1%-
XYZ3.232.635.19-
YUV46.63137.8133.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=34.81%
G=24.68%
B=40.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5539640.140.3900.75278.424.2720.2
Hex372740E2704B1161814
Octal6747100164701134263024
Binary11011110011110000001110100111010010111000101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372740; }

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

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

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

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

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

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

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

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