#302552

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

Shades of Cherry Pie #302552

Tints of Cherry Pie #302552

Color information

#302552 (or 0x302552) is unknown color: approx Cherry Pie. HEX triplet: 30, 25 and 52. RGB value is (48,37,82). Sum of RGB (Red+Green+Blue) = 48+37+82=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #302552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302552 is #CFDAAD. Grayscale: #2D2D2D. Windows color (decimal): -13621934 or 5383472. OLE color: 5383472.

HSL color Cylindrical-coordinate representation of color #302552: hue angle of 254.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #302552 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB483782-
CMYK0.410.5500.68
HSL254.67º37.82%23.33%-
HSV(B)254.67º54.88%32.16%-
XYZ3.42.568.3-
YUV45.42148.64129.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=28.74%
G=22.16%
B=49.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4837820.410.5500.68254.6737.8223.33
Hex3025522937044ff2617
Octal6045122516701043774627
Binary1100001001011010010101001110111010001001111111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302552; }

 p { color: rgb(48,37,82); }

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

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

 a { background-color: rgb(48,37,82); }

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

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

 span { border-color: rgb(48,37,82); }

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