#38314C

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

Shades of Cherry Pie #38314C

Tints of Cherry Pie #38314C

Color information

#38314C (or 0x38314C) is unknown color: approx Cherry Pie. HEX triplet: 38, 31 and 4C. RGB value is (56,49,76). Sum of RGB (Red+Green+Blue) = 56+49+76=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #38314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38314C is #C7CEB3. Grayscale: #363636. Windows color (decimal): -13094580 or 4993336. OLE color: 4993336.

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

Color convert

RGB564976-
CMYK0.260.3600.70
HSL255.56º21.6%24.51%-
HSV(B)255.56º35.53%29.8%-
XYZ4.033.567.31-
YUV54.17140.32129.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=30.94%
G=27.07%
B=41.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5649760.260.3600.70255.5621.624.51
Hex38314C1A240461001619
Octal7061114324401064002631
Binary111000110001100110011010100100010001101000000001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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