#382D59

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

Shades of Cherry Pie #382D59

Tints of Cherry Pie #382D59

Color information

#382D59 (or 0x382D59) is unknown color: approx Cherry Pie. HEX triplet: 38, 2D and 59. RGB value is (56,45,89). Sum of RGB (Red+Green+Blue) = 56+45+89=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #382D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382D59 is #C7D2A6. Grayscale: #353535. Windows color (decimal): -13095591 or 5844280. OLE color: 5844280.

HSL color Cylindrical-coordinate representation of color #382D59: hue angle of 255º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #382D59 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB564589-
CMYK0.370.4900.65
HSL255º32.84%26.27%-
HSV(B)255º49.44%34.9%-
XYZ4.373.449.88-
YUV53.3148.14129.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=29.47%
G=23.68%
B=46.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5645890.370.4900.6525532.8426.27
Hex382D592531041ff211a
Octal7055131456101013774132
Binary1110001011011011001100101110001010000011111111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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