#382756

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

Shades of Cherry Pie #382756

Tints of Cherry Pie #382756

Color information

#382756 (or 0x382756) is unknown color: approx Cherry Pie. HEX triplet: 38, 27 and 56. RGB value is (56,39,86). Sum of RGB (Red+Green+Blue) = 56+39+86=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #382756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382756 is #C7D8A9. Grayscale: #313131. Windows color (decimal): -13097130 or 5646136. OLE color: 5646136.

HSL color Cylindrical-coordinate representation of color #382756: hue angle of 261.7º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382756 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB563986-
CMYK0.350.5500.66
HSL261.7º37.6%24.51%-
HSV(B)261.7º54.65%33.73%-
XYZ4.042.969.16-
YUV49.44148.63132.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=30.94%
G=21.55%
B=47.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5639860.350.5500.66261.737.624.51
Hex38275623370421062619
Octal7047126436701024064631
Binary11100010011110101101000111101110100001010000011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382756; }

 p { color: rgb(56,39,86); }

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

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

 a { background-color: rgb(56,39,86); }

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

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

 span { border-color: rgb(56,39,86); }

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