#383154

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

Shades of Cherry Pie #383154

Tints of Cherry Pie #383154

Color information

#383154 (or 0x383154) is unknown color: approx Cherry Pie. HEX triplet: 38, 31 and 54. RGB value is (56,49,84). Sum of RGB (Red+Green+Blue) = 56+49+84=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #383154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383154 is #C7CEAB. Grayscale: #363636. Windows color (decimal): -13094572 or 5517624. OLE color: 5517624.

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

Color convert

RGB564984-
CMYK0.330.4200.67
HSL252º26.32%26.08%-
HSV(B)252º41.67%32.94%-
XYZ4.333.688.87-
YUV55.08144.32128.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 84 (33.20% from 255) = 44.44%
R=29.63%
G=25.93%
B=44.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5649840.330.4200.6725226.3226.08
Hex383154212A043fc1a1a
Octal7061124415201033743232
Binary111000110001101010010000110101001000011111111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383154; }

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

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

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

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

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

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

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

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