#31294F

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

Shades of Cherry Pie #31294F

Tints of Cherry Pie #31294F

Color information

#31294F (or 0x31294F) is unknown color: approx Cherry Pie. HEX triplet: 31, 29 and 4F. RGB value is (49,41,79). Sum of RGB (Red+Green+Blue) = 49+41+79=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #31294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31294F is #CED6B0. Grayscale: #2F2F2F. Windows color (decimal): -13555377 or 5187889. OLE color: 5187889.

HSL color Cylindrical-coordinate representation of color #31294F: hue angle of 252.63º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31294F is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB494179-
CMYK0.380.4800.69
HSL252.63º31.67%23.53%-
HSV(B)252.63º48.1%30.98%-
XYZ3.472.87.76-
YUV47.72145.65128.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=28.99%
G=24.26%
B=46.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4941790.380.4800.69252.6331.6723.53
Hex31294F2630045fd2018
Octal6151117466001053754030
Binary1100011010011001111100110110000010001011111110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31294F; }

 p { color: rgb(49,41,79); }

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

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

 a { background-color: rgb(49,41,79); }

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

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

 span { border-color: rgb(49,41,79); }

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