#372A4A

Color #372A4A Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #372A4A

Tints of Cherry Pie #372A4A

Color information

#372A4A (or 0x372A4A) is unknown color: approx Cherry Pie. HEX triplet: 37, 2A and 4A. RGB value is (55,42,74). Sum of RGB (Red+Green+Blue) = 55+42+74=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #372A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A4A is #C8D5B5. Grayscale: #313131. Windows color (decimal): -13161910 or 4860471. OLE color: 4860471.

HSL color Cylindrical-coordinate representation of color #372A4A: hue angle of 264.38º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #372A4A is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB554274-
CMYK0.260.4300.71
HSL264.38º27.59%22.75%-
HSV(B)264.38º43.24%29.02%-
XYZ3.642.966.86-
YUV49.54141.81131.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=32.16%
G=24.56%
B=43.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5542740.260.4300.71264.3827.5922.75
Hex372A4A1A2B0471081c17
Octal6752112325301074103427
Binary110111101010100101011010101011010001111000010001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372A4A; }

 p { color: rgb(55,42,74); }

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

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

 a { background-color: rgb(55,42,74); }

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

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

 span { border-color: rgb(55,42,74); }

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