#372D3D

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

Shades of Jagger #372D3D

Tints of Jagger #372D3D

Color information

#372D3D (or 0x372D3D) is unknown color: approx Jagger. HEX triplet: 37, 2D and 3D. RGB value is (55,45,61). Sum of RGB (Red+Green+Blue) = 55+45+61=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 61 - color contains mainly: blue. Hex color #372D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D3D is #C8D2C2. Grayscale: #313131. Windows color (decimal): -13161155 or 4009271. OLE color: 4009271.

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

Color convert

RGB554561-
CMYK0.100.2600.76
HSL277.5º15.09%20.78%-
HSV(B)277.5º26.23%23.92%-
XYZ3.363.034.82-
YUV49.81134.31131.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=34.16%
G=27.95%
B=37.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5545610.100.2600.76277.515.0920.78
Hex372D3DA1A04C116f15
Octal675575123201144261725
Binary11011110110111110110101101001001100100010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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