#3A2852

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

Shades of Cherry Pie #3A2852

Tints of Cherry Pie #3A2852

Color information

#3A2852 (or 0x3A2852) is unknown color: approx Cherry Pie. HEX triplet: 3A, 28 and 52. RGB value is (58,40,82). Sum of RGB (Red+Green+Blue) = 58+40+82=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A2852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2852 is #C5D7AD. Grayscale: #323232. Windows color (decimal): -12965806 or 5384250. OLE color: 5384250.

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

Color convert

RGB584082-
CMYK0.290.5100.68
HSL265.71º34.43%23.92%-
HSV(B)265.71º51.22%32.16%-
XYZ4.033.038.35-
YUV50.17145.96133.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.22%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 82 (32.42% from 255) = 45.56%
R=32.22%
G=22.22%
B=45.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5840820.290.5100.68265.7134.4323.92
Hex3A28521D3304410a2218
Octal7250122356301044124230
Binary1110101010001010010111011100110100010010000101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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