#382858

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

Shades of Cherry Pie #382858

Tints of Cherry Pie #382858

Color information

#382858 (or 0x382858) is unknown color: approx Cherry Pie. HEX triplet: 38, 28 and 58. RGB value is (56,40,88). Sum of RGB (Red+Green+Blue) = 56+40+88=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #382858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382858 is #C7D7A7. Grayscale: #323232. Windows color (decimal): -13096872 or 5777464. OLE color: 5777464.

HSL color Cylindrical-coordinate representation of color #382858: hue angle of 260º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382858 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB564088-
CMYK0.360.5500.65
HSL260º37.5%25.1%-
HSV(B)260º54.55%34.51%-
XYZ4.153.069.6-
YUV50.26149.3132.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=30.43%
G=21.74%
B=47.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5640880.360.5500.6526037.525.1
Hex38285824370411042519
Octal7050130446701014044531
Binary11100010100010110001001001101110100000110000010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382858; }

 p { color: rgb(56,40,88); }

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

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

 a { background-color: rgb(56,40,88); }

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

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

 span { border-color: rgb(56,40,88); }

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