#372345

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

Shades of Jagger #372345

Tints of Jagger #372345

Color information

#372345 (or 0x372345) is unknown color: approx Jagger. HEX triplet: 37, 23 and 45. RGB value is (55,35,69). Sum of RGB (Red+Green+Blue) = 55+35+69=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #372345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372345 is #C8DCBA. Grayscale: #2C2C2C. Windows color (decimal): -13163707 or 4530999. OLE color: 4530999.

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

Color convert

RGB553569-
CMYK0.200.4900.73
HSL275.29º32.69%20.39%-
HSV(B)275.29º49.28%27.06%-
XYZ3.252.445.93-
YUV44.86141.63135.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=34.59%
G=22.01%
B=43.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5535690.200.4900.73275.2932.6920.39
Hex37234514310491132114
Octal6743105246101114234124
Binary1101111000111000101101001100010100100110001001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372345; }

 p { color: rgb(55,35,69); }

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

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

 a { background-color: rgb(55,35,69); }

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

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

 span { border-color: rgb(55,35,69); }

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