#382951

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

Shades of Cherry Pie #382951

Tints of Cherry Pie #382951

Color information

#382951 (or 0x382951) is unknown color: approx Cherry Pie. HEX triplet: 38, 29 and 51. RGB value is (56,41,81). Sum of RGB (Red+Green+Blue) = 56+41+81=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #382951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382951 is #C7D6AE. Grayscale: #313131. Windows color (decimal): -13096623 or 5318968. OLE color: 5318968.

HSL color Cylindrical-coordinate representation of color #382951: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #382951 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB564181-
CMYK0.310.4900.68
HSL262.5º32.79%23.92%-
HSV(B)262.5º49.38%31.76%-
XYZ3.913.028.16-
YUV50.04145.47132.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=31.46%
G=23.03%
B=45.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5641810.310.4900.68262.532.7923.92
Hex3829511F310441062118
Octal7051121376101044064130
Binary1110001010011010001111111100010100010010000011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382951; }

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

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

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

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

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

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

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

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