#3F3155

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

Shades of Cherry Pie #3F3155

Tints of Cherry Pie #3F3155

Color information

#3F3155 (or 0x3F3155) is unknown color: approx Cherry Pie. HEX triplet: 3F, 31 and 55. RGB value is (63,49,85). Sum of RGB (Red+Green+Blue) = 63+49+85=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3155 is #C0CEAA. Grayscale: #393939. Windows color (decimal): -12635819 or 5583167. OLE color: 5583167.

HSL color Cylindrical-coordinate representation of color #3F3155: hue angle of 263.33º degrees, saturation: 0.27, 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 #3F3155 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB634985-
CMYK0.260.4200.67
HSL263.33º26.87%26.27%-
HSV(B)263.33º42.35%33.33%-
XYZ4.793.919.1-
YUV57.29143.64132.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.98%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=31.98%
G=24.87%
B=43.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6349850.260.4200.67263.3326.8726.27
Hex3F31551A2A0431071b1a
Octal7761125325201034073332
Binary111111110001101010111010101010010000111000001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3155; }

 p { color: rgb(63,49,85); }

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

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

 a { background-color: rgb(63,49,85); }

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

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

 span { border-color: rgb(63,49,85); }

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