#312454

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

Shades of Cherry Pie #312454

Tints of Cherry Pie #312454

Color information

#312454 (or 0x312454) is unknown color: approx Cherry Pie. HEX triplet: 31, 24 and 54. RGB value is (49,36,84). Sum of RGB (Red+Green+Blue) = 49+36+84=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #312454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312454 is #CEDBAB. Grayscale: #2D2D2D. Windows color (decimal): -13556652 or 5514289. OLE color: 5514289.

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

Color convert

RGB493684-
CMYK0.420.5700.67
HSL256.25º40%23.53%-
HSV(B)256.25º57.14%32.94%-
XYZ3.52.558.7-
YUV45.36149.81130.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=28.99%
G=21.30%
B=49.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4936840.420.5700.67256.254023.53
Hex3124542A390431002818
Octal6144124527101034005030
Binary11000110010010101001010101110010100001110000000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312454; }

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

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

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

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

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

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

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

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