#383057

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

Shades of Cherry Pie #383057

Tints of Cherry Pie #383057

Color information

#383057 (or 0x383057) is unknown color: approx Cherry Pie. HEX triplet: 38, 30 and 57. RGB value is (56,48,87). Sum of RGB (Red+Green+Blue) = 56+48+87=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #383057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383057 is #C7CFA8. Grayscale: #363636. Windows color (decimal): -13094825 or 5713976. OLE color: 5713976.

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

Color convert

RGB564887-
CMYK0.360.4500.66
HSL252.31º28.89%26.47%-
HSV(B)252.31º44.83%34.12%-
XYZ4.413.649.49-
YUV54.84146.15128.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=29.32%
G=25.13%
B=45.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5648870.360.4500.66252.3128.8926.47
Hex383057242D042fc1d1a
Octal7060127445501023743532
Binary111000110000101011110010010110101000010111111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383057; }

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

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

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

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

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

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

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

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