#372443

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

Shades of Jagger #372443

Tints of Jagger #372443

Color information

#372443 (or 0x372443) is unknown color: approx Jagger. HEX triplet: 37, 24 and 43. RGB value is (55,36,67). Sum of RGB (Red+Green+Blue) = 55+36+67=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #372443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372443 is #C8DBBC. Grayscale: #2D2D2D. Windows color (decimal): -13163453 or 4400183. OLE color: 4400183.

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

Color convert

RGB553667-
CMYK0.180.4600.74
HSL276.77º30.1%20.2%-
HSV(B)276.77º46.27%26.27%-
XYZ3.222.485.62-
YUV45.22140.29134.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=34.81%
G=22.78%
B=42.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5536670.180.4600.74276.7730.120.2
Hex372443122E04A1151e14
Octal6744103225601124253624
Binary110111100100100001110010101110010010101000101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372443; }

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

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

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

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

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

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

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

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