#302454

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

Shades of Cherry Pie #302454

Tints of Cherry Pie #302454

Color information

#302454 (or 0x302454) is unknown color: approx Cherry Pie. HEX triplet: 30, 24 and 54. RGB value is (48,36,84). Sum of RGB (Red+Green+Blue) = 48+36+84=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #302454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302454 is #CFDBAB. Grayscale: #2C2C2C. Windows color (decimal): -13622188 or 5514288. OLE color: 5514288.

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

Color convert

RGB483684-
CMYK0.430.5700.67
HSL255º40%23.53%-
HSV(B)255º57.14%32.94%-
XYZ3.452.538.69-
YUV45.06149.98130.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 84 (33.20% from 255) = 50%
R=28.57%
G=21.43%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4836840.430.5700.672554023.53
Hex3024542B39043ff2818
Octal6044124537101033775030
Binary1100001001001010100101011111001010000111111111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302454; }

 p { color: rgb(48,36,84); }

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

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

 a { background-color: rgb(48,36,84); }

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

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

 span { border-color: rgb(48,36,84); }

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