Html Css Color HEX #3A2F50 Cherry Pie

📋 copy color: '#3A2F50'

red 58 ◦ green 47 ◦ blue 80

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

Shades of Cherry Pie #3A2F50

Tints of Cherry Pie #3A2F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.41%

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

R = 31.35%
G = 25.41%
B = 43.24%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A2F50 (or 0x3A2F50) is known color: Cherry Pie. HEX triplet: 3A, 2F and 50. RGB value is (58,47,80). Sum of RGB (Red+Green+Blue) = 58+47+80=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F50 is #C5D0AF. Grayscale: #353535. Windows color (decimal): -12964016 or 5254970. OLE color: 5254970.

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

Color convert

RGB 58 47 80 -
CMYK 0.28 0.41 0 0.69
HSL 260º 0.26% 0.25% -
HSV(B) 260º 0.41% 0.31% -
XYZ 4.21 3.51 8.05 -
YUV 54.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 58 47 80 0.28 0.41 0 0.69 260 0.26 0.25
Hex 3A 2F 50 1C 29 0 45 104 1A 19
Octal 72 57 120 34 51 0 105 404 32 31
Binary 111010 101111 1010000 11100 101001 0 1000101 100000100 11010 11001

Color Harmonies of #3A2F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2F50

Black with #3A2F50

Text Example


Text Example

White with #3A2F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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