#383150

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

Shades of Cherry Pie #383150

Tints of Cherry Pie #383150

Color information

#383150 (or 0x383150) is unknown color: approx Cherry Pie. HEX triplet: 38, 31 and 50. RGB value is (56,49,80). Sum of RGB (Red+Green+Blue) = 56+49+80=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #383150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383150 is #C7CEAF. Grayscale: #363636. Windows color (decimal): -13094576 or 5255480. OLE color: 5255480.

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

Color convert

RGB564980-
CMYK0.300.3900.69
HSL253.55º24.03%25.29%-
HSV(B)253.55º38.75%31.37%-
XYZ4.183.628.07-
YUV54.63142.32128.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=30.27%
G=26.49%
B=43.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5649800.300.3900.69253.5524.0325.29
Hex3831501E27045fe1819
Octal7061120364701053763031
Binary11100011000110100001111010011101000101111111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383150; }

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

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

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

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

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

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

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

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