#3C2E51

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

Shades of Cherry Pie #3C2E51

Tints of Cherry Pie #3C2E51

Color information

#3C2E51 (or 0x3C2E51) is unknown color: approx Cherry Pie. HEX triplet: 3C, 2E and 51. RGB value is (60,46,81). Sum of RGB (Red+Green+Blue) = 60+46+81=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C2E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E51 is #C3D1AE. Grayscale: #363636. Windows color (decimal): -12833199 or 5320252. OLE color: 5320252.

HSL color Cylindrical-coordinate representation of color #3C2E51: hue angle of 264º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C2E51 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB604681-
CMYK0.260.4300.68
HSL264º27.56%24.9%-
HSV(B)264º43.21%31.76%-
XYZ4.333.518.23-
YUV54.18143.14132.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=32.09%
G=24.60%
B=43.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6046810.260.4300.6826427.5624.9
Hex3C2E511A2B0441081c19
Octal7456121325301044103431
Binary111100101110101000111010101011010001001000010001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,46,81); }

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

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

 a { background-color: rgb(60,46,81); }

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

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

 span { border-color: rgb(60,46,81); }

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