#372E3D

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

Shades of Jagger #372E3D

Tints of Jagger #372E3D

Color information

#372E3D (or 0x372E3D) is unknown color: approx Jagger. HEX triplet: 37, 2E and 3D. RGB value is (55,46,61). Sum of RGB (Red+Green+Blue) = 55+46+61=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #372E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E3D is #C8D1C2. Grayscale: #323232. Windows color (decimal): -13160899 or 4009527. OLE color: 4009527.

HSL color Cylindrical-coordinate representation of color #372E3D: hue angle of 276º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #372E3D is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB554661-
CMYK0.100.2500.76
HSL276º14.02%20.98%-
HSV(B)276º24.59%23.92%-
XYZ3.393.14.83-
YUV50.4133.98131.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=33.95%
G=28.40%
B=37.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5546610.100.2500.7627614.0220.98
Hex372E3DA1904C114e15
Octal675675123101144241625
Binary11011110111011110110101100101001100100010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,61); }

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

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

 a { background-color: rgb(55,46,61); }

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

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

 span { border-color: rgb(55,46,61); }

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