#383255

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

Shades of Cherry Pie #383255

Tints of Cherry Pie #383255

Color information

#383255 (or 0x383255) is unknown color: approx Cherry Pie. HEX triplet: 38, 32 and 55. RGB value is (56,50,85). Sum of RGB (Red+Green+Blue) = 56+50+85=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #383255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383255 is #C7CDAA. Grayscale: #373737. Windows color (decimal): -13094315 or 5583416. OLE color: 5583416.

HSL color Cylindrical-coordinate representation of color #383255: hue angle of 250.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383255 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB565085-
CMYK0.340.4100.67
HSL250.29º25.93%26.47%-
HSV(B)250.29º41.18%33.33%-
XYZ4.413.789.09-
YUV55.78144.49128.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=29.32%
G=26.18%
B=44.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5650850.340.4100.67250.2925.9326.47
Hex3832552229043fa1a1a
Octal7062125425101033723232
Binary111000110010101010110001010100101000011111110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383255; }

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

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

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

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

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

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

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

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