#312754

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

Shades of Cherry Pie #312754

Tints of Cherry Pie #312754

Color information

#312754 (or 0x312754) is unknown color: approx Cherry Pie. HEX triplet: 31, 27 and 54. RGB value is (49,39,84). Sum of RGB (Red+Green+Blue) = 49+39+84=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #312754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312754 is #CED8AB. Grayscale: #2E2E2E. Windows color (decimal): -13555884 or 5515057. OLE color: 5515057.

HSL color Cylindrical-coordinate representation of color #312754: hue angle of 253.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #312754 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB493984-
CMYK0.420.5400.67
HSL253.33º36.59%24.12%-
HSV(B)253.33º53.57%32.94%-
XYZ3.592.748.73-
YUV47.12148.81129.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=28.49%
G=22.67%
B=48.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4939840.420.5400.67253.3336.5924.12
Hex3127542A36043fd2518
Octal6147124526601033754530
Binary1100011001111010100101010110110010000111111110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312754; }

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

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

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

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

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

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

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

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