#383156

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

Shades of Cherry Pie #383156

Tints of Cherry Pie #383156

Color information

#383156 (or 0x383156) is unknown color: approx Cherry Pie. HEX triplet: 38, 31 and 56. RGB value is (56,49,86). Sum of RGB (Red+Green+Blue) = 56+49+86=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #383156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383156 is #C7CEA9. Grayscale: #373737. Windows color (decimal): -13094570 or 5648696. OLE color: 5648696.

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

Color convert

RGB564986-
CMYK0.350.4300.66
HSL251.35º27.41%26.47%-
HSV(B)251.35º43.02%33.73%-
XYZ4.413.719.29-
YUV55.31145.32128.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=29.32%
G=25.65%
B=45.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5649860.350.4300.66251.3527.4126.47
Hex383156232B042fb1b1a
Octal7061126435301023733332
Binary111000110001101011010001110101101000010111110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383156; }

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

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

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

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

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

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

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

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