#38314E

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

Shades of Cherry Pie #38314E

Tints of Cherry Pie #38314E

Color information

#38314E (or 0x38314E) is unknown color: approx Cherry Pie. HEX triplet: 38, 31 and 4E. RGB value is (56,49,78). Sum of RGB (Red+Green+Blue) = 56+49+78=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #38314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38314E is #C7CEB1. Grayscale: #363636. Windows color (decimal): -13094578 or 5124408. OLE color: 5124408.

HSL color Cylindrical-coordinate representation of color #38314E: hue angle of 254.48º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38314E is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB564978-
CMYK0.280.3700.69
HSL254.48º22.83%24.9%-
HSV(B)254.48º37.18%30.59%-
XYZ4.13.597.68-
YUV54.4141.32129.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=30.60%
G=26.78%
B=42.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5649780.280.3700.69254.4822.8324.9
Hex38314E1C25045fe1719
Octal7061116344501053762731
Binary11100011000110011101110010010101000101111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38314E; }

 p { color: rgb(56,49,78); }

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

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

 a { background-color: rgb(56,49,78); }

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

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

 span { border-color: rgb(56,49,78); }

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