#383152

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

Shades of Cherry Pie #383152

Tints of Cherry Pie #383152

Color information

#383152 (or 0x383152) is unknown color: approx Cherry Pie. HEX triplet: 38, 31 and 52. RGB value is (56,49,82). Sum of RGB (Red+Green+Blue) = 56+49+82=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #383152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383152 is #C7CEAD. Grayscale: #363636. Windows color (decimal): -13094574 or 5386552. OLE color: 5386552.

HSL color Cylindrical-coordinate representation of color #383152: hue angle of 252.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383152 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB564982-
CMYK0.320.4000.68
HSL252.73º25.19%25.69%-
HSV(B)252.73º40.24%32.16%-
XYZ4.253.658.46-
YUV54.86143.32128.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=29.95%
G=26.20%
B=43.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5649820.320.4000.68252.7325.1925.69
Hex3831522028044fd191a
Octal7061122405001043753132
Binary111000110001101001010000010100001000100111111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383152; }

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

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

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

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

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

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

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

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