#383055

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

Shades of Cherry Pie #383055

Tints of Cherry Pie #383055

Color information

#383055 (or 0x383055) is unknown color: approx Cherry Pie. HEX triplet: 38, 30 and 55. RGB value is (56,48,85). Sum of RGB (Red+Green+Blue) = 56+48+85=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #383055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383055 is #C7CFAA. Grayscale: #363636. Windows color (decimal): -13094827 or 5582904. OLE color: 5582904.

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

Color convert

RGB564885-
CMYK0.340.4400.67
HSL252.97º27.82%26.08%-
HSV(B)252.97º43.53%33.33%-
XYZ4.333.619.06-
YUV54.61145.15128.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=29.63%
G=25.40%
B=44.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5648850.340.4400.67252.9727.8226.08
Hex383055222C043fd1c1a
Octal7060125425401033753432
Binary111000110000101010110001010110001000011111111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383055; }

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

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

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

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

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

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

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

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