#31294C

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

Shades of Cherry Pie #31294C

Tints of Cherry Pie #31294C

Color information

#31294C (or 0x31294C) is unknown color: approx Cherry Pie. HEX triplet: 31, 29 and 4C. RGB value is (49,41,76). Sum of RGB (Red+Green+Blue) = 49+41+76=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #31294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31294C is #CED6B3. Grayscale: #2F2F2F. Windows color (decimal): -13555380 or 4991281. OLE color: 4991281.

HSL color Cylindrical-coordinate representation of color #31294C: hue angle of 253.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31294C is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB494176-
CMYK0.360.4600.70
HSL253.71º29.91%22.94%-
HSV(B)253.71º46.05%29.8%-
XYZ3.362.767.19-
YUV47.38144.15129.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=29.52%
G=24.70%
B=45.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4941760.360.4600.70253.7129.9122.94
Hex31294C242E046fe1e17
Octal6151114445601063763627
Binary110001101001100110010010010111001000110111111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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