#382D55

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

Shades of Cherry Pie #382D55

Tints of Cherry Pie #382D55

Color information

#382D55 (or 0x382D55) is unknown color: approx Cherry Pie. HEX triplet: 38, 2D and 55. RGB value is (56,45,85). Sum of RGB (Red+Green+Blue) = 56+45+85=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #382D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382D55 is #C7D2AA. Grayscale: #343434. Windows color (decimal): -13095595 or 5582136. OLE color: 5582136.

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

Color convert

RGB564585-
CMYK0.340.4700.67
HSL256.5º30.77%25.49%-
HSV(B)256.5º47.06%33.33%-
XYZ4.213.379.02-
YUV52.85146.14130.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=30.11%
G=24.19%
B=45.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5645850.340.4700.67256.530.7725.49
Hex382D55222F0431001f19
Octal7055125425701034003731
Binary1110001011011010101100010101111010000111000000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382D55; }

 p { color: rgb(56,45,85); }

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

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

 a { background-color: rgb(56,45,85); }

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

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

 span { border-color: rgb(56,45,85); }

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