#372447

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

Shades of Jagger #372447

Tints of Jagger #372447

Color information

#372447 (or 0x372447) is unknown color: approx Jagger. HEX triplet: 37, 24 and 47. RGB value is (55,36,71). Sum of RGB (Red+Green+Blue) = 55+36+71=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #372447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372447 is #C8DBB8. Grayscale: #2D2D2D. Windows color (decimal): -13163449 or 4662327. OLE color: 4662327.

HSL color Cylindrical-coordinate representation of color #372447: hue angle of 272.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372447 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB553671-
CMYK0.230.4900.72
HSL272.57º32.71%20.98%-
HSV(B)272.57º49.3%27.84%-
XYZ3.342.536.27-
YUV45.67142.29134.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=33.95%
G=22.22%
B=43.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5536710.230.4900.72272.5732.7120.98
Hex37244717310481112115
Octal6744107276101104214125
Binary1101111001001000111101111100010100100010001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372447; }

 p { color: rgb(55,36,71); }

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

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

 a { background-color: rgb(55,36,71); }

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

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

 span { border-color: rgb(55,36,71); }

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