#33294C

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

Shades of Cherry Pie #33294C

Tints of Cherry Pie #33294C

Color information

#33294C (or 0x33294C) is unknown color: approx Cherry Pie. HEX triplet: 33, 29 and 4C. RGB value is (51,41,76). Sum of RGB (Red+Green+Blue) = 51+41+76=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #33294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33294C is #CCD6B3. Grayscale: #2F2F2F. Windows color (decimal): -13424308 or 4991283. OLE color: 4991283.

HSL color Cylindrical-coordinate representation of color #33294C: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33294C is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB514176-
CMYK0.330.4600.70
HSL257.14º29.91%22.94%-
HSV(B)257.14º46.05%29.8%-
XYZ3.462.817.2-
YUV47.98143.81130.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=30.36%
G=24.40%
B=45.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5141760.330.4600.70257.1429.9122.94
Hex33294C212E0461011e17
Octal6351114415601064013627
Binary1100111010011001100100001101110010001101000000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33294C; }

 p { color: rgb(51,41,76); }

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

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

 a { background-color: rgb(51,41,76); }

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

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

 span { border-color: rgb(51,41,76); }

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