Html Css Color HEX #372A4A Cherry Pie

📋 copy color: '#372A4A'

red 55 ◦ green 42 ◦ blue 74

#372A4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #372A4A

Tints of Cherry Pie #372A4A

RGB

 RED value IS 55 (21.88% from 255) = 32.16%

 GREEN value IS 42 (16.8% from 255) = 24.56%

 BLUE value IS 74 (29.3% from 255) = 43.27%

R = 32.16%
G = 24.56%
B = 43.27%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#372A4A (or 0x372A4A) is known color: 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

RGB 55 42 74 -
CMYK 0.26 0.43 0 0.71
HSL 264.38º 0.28% 0.23% -
HSV(B) 264.38º 0.43% 0.29% -
XYZ 3.64 2.96 6.86 -
YUV 49.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 55 42 74 0.26 0.43 0 0.71 264.38 0.28 0.23
Hex 37 2A 4A 1A 2B 0 47 108 1C 17
Octal 67 52 112 32 53 0 107 410 34 27
Binary 110111 101010 1001010 11010 101011 0 1000111 100001000 11100 10111

Color Harmonies of #372A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A4A

Black with #372A4A

Text Example


Text Example

White with #372A4A

Text Example


Text Example

HTML Codes & Css Web 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>