#382F56

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

Shades of Cherry Pie #382F56

Tints of Cherry Pie #382F56

Color information

#382F56 (or 0x382F56) is unknown color: approx Cherry Pie. HEX triplet: 38, 2F and 56. RGB value is (56,47,86). Sum of RGB (Red+Green+Blue) = 56+47+86=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #382F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F56 is #C7D0A9. Grayscale: #353535. Windows color (decimal): -13095082 or 5648184. OLE color: 5648184.

HSL color Cylindrical-coordinate representation of color #382F56: hue angle of 253.85º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #382F56 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB564786-
CMYK0.350.4500.66
HSL253.85º29.32%26.08%-
HSV(B)253.85º45.35%33.73%-
XYZ4.333.559.26-
YUV54.14145.98129.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=29.63%
G=24.87%
B=45.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5647860.350.4500.66253.8529.3226.08
Hex382F56232D042fe1d1a
Octal7057126435501023763532
Binary111000101111101011010001110110101000010111111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,47,86); }

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

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

 a { background-color: rgb(56,47,86); }

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

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

 span { border-color: rgb(56,47,86); }

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