#382950

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

Shades of Cherry Pie #382950

Tints of Cherry Pie #382950

Color information

#382950 (or 0x382950) is unknown color: approx Cherry Pie. HEX triplet: 38, 29 and 50. RGB value is (56,41,80). Sum of RGB (Red+Green+Blue) = 56+41+80=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #382950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382950 is #C7D6AF. Grayscale: #313131. Windows color (decimal): -13096624 or 5253432. OLE color: 5253432.

HSL color Cylindrical-coordinate representation of color #382950: hue angle of 263.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #382950 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB564180-
CMYK0.300.4900.69
HSL263.08º32.23%23.73%-
HSV(B)263.08º48.75%31.37%-
XYZ3.873.017.97-
YUV49.93144.97132.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=31.64%
G=23.16%
B=45.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5641800.300.4900.69263.0832.2323.73
Hex3829501E310451072018
Octal7051120366101054074030
Binary1110001010011010000111101100010100010110000011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382950; }

 p { color: rgb(56,41,80); }

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

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

 a { background-color: rgb(56,41,80); }

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

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

 span { border-color: rgb(56,41,80); }

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