#372446

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

Shades of Jagger #372446

Tints of Jagger #372446

Color information

#372446 (or 0x372446) is unknown color: approx Jagger. HEX triplet: 37, 24 and 46. RGB value is (55,36,70). Sum of RGB (Red+Green+Blue) = 55+36+70=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: blue. Hex color #372446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372446 is #C8DBB9. Grayscale: #2D2D2D. Windows color (decimal): -13163450 or 4596791. OLE color: 4596791.

HSL color Cylindrical-coordinate representation of color #372446: hue angle of 273.53º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372446 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB553670-
CMYK0.210.4900.73
HSL273.53º32.08%20.78%-
HSV(B)273.53º48.57%27.45%-
XYZ3.312.526.11-
YUV45.56141.79134.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=34.16%
G=22.36%
B=43.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5536700.210.4900.73273.5332.0820.78
Hex37244615310491122015
Octal6744106256101114224025
Binary1101111001001000110101011100010100100110001001010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372446; }

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

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

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

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

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

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

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

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