#302355

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

Shades of Cherry Pie #302355

Tints of Cherry Pie #302355

Color information

#302355 (or 0x302355) is unknown color: approx Cherry Pie. HEX triplet: 30, 23 and 55. RGB value is (48,35,85). Sum of RGB (Red+Green+Blue) = 48+35+85=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #302355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302355 is #CFDCAA. Grayscale: #2C2C2C. Windows color (decimal): -13622443 or 5579568. OLE color: 5579568.

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

Color convert

RGB483585-
CMYK0.440.5900.67
HSL255.6º41.67%23.53%-
HSV(B)255.6º58.82%33.33%-
XYZ3.462.498.89-
YUV44.59150.81130.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=28.57%
G=20.83%
B=50.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4835850.440.5900.67255.641.6723.53
Hex3023552C3B0431002a18
Octal6043125547301034005230
Binary11000010001110101011011001110110100001110000000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302355; }

 p { color: rgb(48,35,85); }

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

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

 a { background-color: rgb(48,35,85); }

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

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

 span { border-color: rgb(48,35,85); }

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