#382554

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

Shades of Cherry Pie #382554

Tints of Cherry Pie #382554

Color information

#382554 (or 0x382554) is unknown color: approx Cherry Pie. HEX triplet: 38, 25 and 54. RGB value is (56,37,84). Sum of RGB (Red+Green+Blue) = 56+37+84=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #382554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382554 is #C7DAAB. Grayscale: #2F2F2F. Windows color (decimal): -13097644 or 5514552. OLE color: 5514552.

HSL color Cylindrical-coordinate representation of color #382554: hue angle of 264.26º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382554 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB563784-
CMYK0.330.5600.67
HSL264.26º38.84%23.73%-
HSV(B)264.26º55.95%32.94%-
XYZ3.892.88.72-
YUV48.04148.29133.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=31.64%
G=20.90%
B=47.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5637840.330.5600.67264.2638.8423.73
Hex38255421380431082718
Octal7045124417001034104730
Binary11100010010110101001000011110000100001110000100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382554; }

 p { color: rgb(56,37,84); }

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

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

 a { background-color: rgb(56,37,84); }

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

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

 span { border-color: rgb(56,37,84); }

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