#372947

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

Shades of Jagger #372947

Tints of Jagger #372947

Color information

#372947 (or 0x372947) is unknown color: approx Jagger. HEX triplet: 37, 29 and 47. RGB value is (55,41,71). Sum of RGB (Red+Green+Blue) = 55+41+71=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #372947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372947 is #C8D6B8. Grayscale: #303030. Windows color (decimal): -13162169 or 4663607. OLE color: 4663607.

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

Color convert

RGB554171-
CMYK0.230.4200.72
HSL268º26.79%21.96%-
HSV(B)268º42.25%27.84%-
XYZ3.512.856.33-
YUV48.61140.64132.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=32.93%
G=24.55%
B=42.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5541710.230.4200.7226826.7921.96
Hex372947172A04810c1b16
Octal6751107275201104143326
Binary110111101001100011110111101010010010001000011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372947; }

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

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

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

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

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

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

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

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