#312752

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

Shades of Cherry Pie #312752

Tints of Cherry Pie #312752

Color information

#312752 (or 0x312752) is unknown color: approx Cherry Pie. HEX triplet: 31, 27 and 52. RGB value is (49,39,82). Sum of RGB (Red+Green+Blue) = 49+39+82=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #312752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312752 is #CED8AD. Grayscale: #2E2E2E. Windows color (decimal): -13555886 or 5383985. OLE color: 5383985.

HSL color Cylindrical-coordinate representation of color #312752: hue angle of 253.95º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #312752 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB493982-
CMYK0.400.5200.68
HSL253.95º35.54%23.73%-
HSV(B)253.95º52.44%32.16%-
XYZ3.522.718.32-
YUV46.89147.81129.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=28.82%
G=22.94%
B=48.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4939820.400.5200.68253.9535.5423.73
Hex3127522834044fe2418
Octal6147122506401043764430
Binary1100011001111010010101000110100010001001111111010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312752; }

 p { color: rgb(49,39,82); }

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

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

 a { background-color: rgb(49,39,82); }

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

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

 span { border-color: rgb(49,39,82); }

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