#38324D

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

Shades of Cherry Pie #38324D

Tints of Cherry Pie #38324D

Color information

#38324D (or 0x38324D) is unknown color: approx Cherry Pie. HEX triplet: 38, 32 and 4D. RGB value is (56,50,77). Sum of RGB (Red+Green+Blue) = 56+50+77=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #38324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38324D is #C7CDB2. Grayscale: #363636. Windows color (decimal): -13094323 or 5059128. OLE color: 5059128.

HSL color Cylindrical-coordinate representation of color #38324D: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38324D is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB565077-
CMYK0.270.3500.70
HSL253.33º21.26%24.9%-
HSV(B)253.33º35.06%30.2%-
XYZ4.113.667.51-
YUV54.87140.49128.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=30.60%
G=27.32%
B=42.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5650770.270.3500.70253.3321.2624.9
Hex38324D1B23046fd1519
Octal7062115334301063752531
Binary11100011001010011011101110001101000110111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38324D; }

 p { color: rgb(56,50,77); }

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

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

 a { background-color: rgb(56,50,77); }

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

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

 span { border-color: rgb(56,50,77); }

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