#383252

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

Shades of Cherry Pie #383252

Tints of Cherry Pie #383252

Color information

#383252 (or 0x383252) is unknown color: approx Cherry Pie. HEX triplet: 38, 32 and 52. RGB value is (56,50,82). Sum of RGB (Red+Green+Blue) = 56+50+82=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #383252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383252 is #C7CDAD. Grayscale: #373737. Windows color (decimal): -13094318 or 5386808. OLE color: 5386808.

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

Color convert

RGB565082-
CMYK0.320.3900.68
HSL251.25º24.24%25.88%-
HSV(B)251.25º39.02%32.16%-
XYZ4.293.738.48-
YUV55.44142.99128.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=29.79%
G=26.60%
B=43.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5650820.320.3900.68251.2524.2425.88
Hex3832522027044fb181a
Octal7062122404701043733032
Binary111000110010101001010000010011101000100111110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383252; }

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

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

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

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

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

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

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

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