#3C3050

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

Shades of Cherry Pie #3C3050

Tints of Cherry Pie #3C3050

Color information

#3C3050 (or 0x3C3050) is unknown color: approx Cherry Pie. HEX triplet: 3C, 30 and 50. RGB value is (60,48,80). Sum of RGB (Red+Green+Blue) = 60+48+80=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C3050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3050 is #C3CFAF. Grayscale: #373737. Windows color (decimal): -12832688 or 5255228. OLE color: 5255228.

HSL color Cylindrical-coordinate representation of color #3C3050: hue angle of 262.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C3050 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB604880-
CMYK0.250.4000.69
HSL262.5º25%25.1%-
HSV(B)262.5º40%31.37%-
XYZ4.373.658.06-
YUV55.24141.98131.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.91%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=31.91%
G=25.53%
B=42.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6048800.250.4000.69262.52525.1
Hex3C305019280451061919
Octal7460120315001054063131
Binary111100110000101000011001101000010001011000001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,80); }

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

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

 a { background-color: rgb(60,48,80); }

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

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

 span { border-color: rgb(60,48,80); }

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