#372643

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

Shades of Jagger #372643

Tints of Jagger #372643

Color information

#372643 (or 0x372643) is unknown color: approx Jagger. HEX triplet: 37, 26 and 43. RGB value is (55,38,67). Sum of RGB (Red+Green+Blue) = 55+38+67=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #372643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372643 is #C8D9BC. Grayscale: #2E2E2E. Windows color (decimal): -13162941 or 4400695. OLE color: 4400695.

HSL color Cylindrical-coordinate representation of color #372643: hue angle of 275.17º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #372643 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB553867-
CMYK0.180.4300.74
HSL275.17º27.62%20.59%-
HSV(B)275.17º43.28%26.27%-
XYZ3.282.65.64-
YUV46.39139.63134.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.38%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 67 (26.56% from 255) = 41.88%
R=34.38%
G=23.75%
B=41.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5538670.180.4300.74275.1727.6220.59
Hex372643122B04A1131c15
Octal6746103225301124233425
Binary110111100110100001110010101011010010101000100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372643; }

 p { color: rgb(55,38,67); }

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

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

 a { background-color: rgb(55,38,67); }

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

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

 span { border-color: rgb(55,38,67); }

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