#302554

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

Shades of Cherry Pie #302554

Tints of Cherry Pie #302554

Color information

#302554 (or 0x302554) is unknown color: approx Cherry Pie. HEX triplet: 30, 25 and 54. RGB value is (48,37,84). Sum of RGB (Red+Green+Blue) = 48+37+84=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #302554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302554 is #CFDAAB. Grayscale: #2D2D2D. Windows color (decimal): -13621932 or 5514544. OLE color: 5514544.

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

Color convert

RGB483784-
CMYK0.430.5600.67
HSL254.04º38.84%23.73%-
HSV(B)254.04º55.95%32.94%-
XYZ3.482.598.7-
YUV45.65149.64129.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=28.40%
G=21.89%
B=49.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4837840.430.5600.67254.0438.8423.73
Hex3025542B38043fe2718
Octal6045124537001033764730
Binary1100001001011010100101011111000010000111111111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302554; }

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

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

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

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

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

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

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

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