Html Css Color HEX #3A2952 Cherry Pie

📋 copy color: '#3A2952'

red 58 ◦ green 41 ◦ blue 82

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

Shades of Cherry Pie #3A2952

Tints of Cherry Pie #3A2952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

 BLUE value IS 82 (32.42% from 255) = 45.3%

R = 32.04%
G = 22.65%
B = 45.3%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3A2952 (or 0x3A2952) is known color: Cherry Pie. HEX triplet: 3A, 29 and 52. RGB value is (58,41,82). Sum of RGB (Red+Green+Blue) = 58+41+82=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A2952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2952 is #C5D6AD. Grayscale: #323232. Windows color (decimal): -12965550 or 5384506. OLE color: 5384506.

HSL color Cylindrical-coordinate representation of color #3A2952: hue angle of 264.88º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A2952 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 41 82 -
CMYK 0.29 0.50 0 0.68
HSL 264.88º 0.33% 0.24% -
HSV(B) 264.88º 0.5% 0.32% -
XYZ 4.06 3.09 8.37 -
YUV 50.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 58 41 82 0.29 0.50 0 0.68 264.88 0.33 0.24
Hex 3A 29 52 1D 32 0 44 109 21 18
Octal 72 51 122 35 62 0 104 411 41 30
Binary 111010 101001 1010010 11101 110010 0 1000100 100001001 100001 11000

Color Harmonies of #3A2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2952

Black with #3A2952

Text Example


Text Example

White with #3A2952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,41,82); }

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

background-color css

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

 a { background-color: rgb(58,41,82); }

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

border-color css

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

 span { border-color: rgb(58,41,82); }

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