#382959

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

Shades of Cherry Pie #382959

Tints of Cherry Pie #382959

Color information

#382959 (or 0x382959) is unknown color: approx Cherry Pie. HEX triplet: 38, 29 and 59. RGB value is (56,41,89). Sum of RGB (Red+Green+Blue) = 56+41+89=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #382959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382959 is #C7D6A6. Grayscale: #323232. Windows color (decimal): -13096615 or 5843256. OLE color: 5843256.

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

Color convert

RGB564189-
CMYK0.370.5400.65
HSL258.75º36.92%25.49%-
HSV(B)258.75º53.93%34.9%-
XYZ4.233.159.84-
YUV50.96149.47131.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=30.11%
G=22.04%
B=47.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5641890.370.5400.65258.7536.9225.49
Hex38295925360411032519
Octal7051131456601014034531
Binary11100010100110110011001011101100100000110000001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382959; }

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

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

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

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

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

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

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

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