Html Css Color HEX #3A2C50 Cherry Pie

📋 copy color: '#3A2C50'

red 58 ◦ green 44 ◦ blue 80

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

Shades of Cherry Pie #3A2C50

Tints of Cherry Pie #3A2C50

RGB

 RED value IS 58 (23.05% from 255) = 31.87%

 GREEN value IS 44 (17.58% from 255) = 24.18%

 BLUE value IS 80 (31.64% from 255) = 43.96%

R = 31.87%
G = 24.18%
B = 43.96%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A2C50 (or 0x3A2C50) is known color: Cherry Pie. HEX triplet: 3A, 2C and 50. RGB value is (58,44,80). Sum of RGB (Red+Green+Blue) = 58+44+80=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2C50 is #C5D3AF. Grayscale: #343434. Windows color (decimal): -12964784 or 5254202. OLE color: 5254202.

HSL color Cylindrical-coordinate representation of color #3A2C50: hue angle of 263.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A2C50 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 44 80 -
CMYK 0.28 0.45 0 0.69
HSL 263.33º 0.29% 0.24% -
HSV(B) 263.33º 0.45% 0.31% -
XYZ 4.09 3.28 8.01 -
YUV 52.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 58 44 80 0.28 0.45 0 0.69 263.33 0.29 0.24
Hex 3A 2C 50 1C 2D 0 45 107 1D 18
Octal 72 54 120 34 55 0 105 407 35 30
Binary 111010 101100 1010000 11100 101101 0 1000101 100000111 11101 11000

Color Harmonies of #3A2C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2C50

Black with #3A2C50

Text Example


Text Example

White with #3A2C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2C50; }

 p { color: rgb(58,44,80); }

 H1.HeaderClassName
 {
   color: #3A2C50;
 }
 .AnyTagClassName
 {
   color: #3A2C50;
 }
</style>

background-color css

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

 a { background-color: rgb(58,44,80); }

 div.DivClassName
 {
   background-color: #3A2C50;
 }
 .BgClassName
 {
   background-color: #3A2C50;
 }
</style>

border-color css

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

 span { border-color: rgb(58,44,80); }

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