#382954

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

Shades of Cherry Pie #382954

Tints of Cherry Pie #382954

Color information

#382954 (or 0x382954) is unknown color: approx Cherry Pie. HEX triplet: 38, 29 and 54. RGB value is (56,41,84). Sum of RGB (Red+Green+Blue) = 56+41+84=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #382954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382954 is #C7D6AB. Grayscale: #323232. Windows color (decimal): -13096620 or 5515576. OLE color: 5515576.

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

Color convert

RGB564184-
CMYK0.330.5100.67
HSL260.93º34.4%24.51%-
HSV(B)260.93º51.19%32.94%-
XYZ4.023.078.77-
YUV50.39146.97132-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=30.94%
G=22.65%
B=46.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5641840.330.5100.67260.9334.424.51
Hex38295421330431052219
Octal7051124416301034054231
Binary11100010100110101001000011100110100001110000010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382954; }

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

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

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

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

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

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

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

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