#372F3D

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

Shades of Jagger #372F3D

Tints of Jagger #372F3D

Color information

#372F3D (or 0x372F3D) is unknown color: approx Jagger. HEX triplet: 37, 2F and 3D. RGB value is (55,47,61). Sum of RGB (Red+Green+Blue) = 55+47+61=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: blue. Hex color #372F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F3D is #C8D0C2. Grayscale: #323232. Windows color (decimal): -13160643 or 4009783. OLE color: 4009783.

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

Color convert

RGB554761-
CMYK0.100.2300.76
HSL274.29º12.96%21.18%-
HSV(B)274.29º22.95%23.92%-
XYZ3.433.184.85-
YUV50.99133.65130.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=33.74%
G=28.83%
B=37.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5547610.100.2300.76274.2912.9621.18
Hex372F3DA1704C112d15
Octal675775122701144221525
Binary11011110111111110110101011101001100100010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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