#372F40

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

Shades of Jagger #372F40

Tints of Jagger #372F40

Color information

#372F40 (or 0x372F40) is unknown color: approx Jagger. HEX triplet: 37, 2F and 40. RGB value is (55,47,64). Sum of RGB (Red+Green+Blue) = 55+47+64=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #372F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F40 is #C8D0BF. Grayscale: #333333. Windows color (decimal): -13160640 or 4206391. OLE color: 4206391.

HSL color Cylindrical-coordinate representation of color #372F40: hue angle of 268.24º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #372F40 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB554764-
CMYK0.140.2700.75
HSL268.24º15.32%21.76%-
HSV(B)268.24º26.56%25.1%-
XYZ3.523.225.29-
YUV51.33135.15130.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=33.13%
G=28.31%
B=38.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5547640.140.2700.75268.2415.3221.76
Hex372F40E1B04B10cf16
Octal6757100163301134141726
Binary110111101111100000011101101101001011100001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372F40; }

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

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

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

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

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

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

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

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