#302651

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

Shades of Cherry Pie #302651

Tints of Cherry Pie #302651

Color information

#302651 (or 0x302651) is unknown color: approx Cherry Pie. HEX triplet: 30, 26 and 51. RGB value is (48,38,81). Sum of RGB (Red+Green+Blue) = 48+38+81=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #302651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302651 is #CFD9AE. Grayscale: #2D2D2D. Windows color (decimal): -13621679 or 5318192. OLE color: 5318192.

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

Color convert

RGB483881-
CMYK0.410.5300.68
HSL253.95º36.13%23.33%-
HSV(B)253.95º53.09%31.76%-
XYZ3.42.618.11-
YUV45.89147.81129.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=28.74%
G=22.75%
B=48.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4838810.410.5300.68253.9536.1323.33
Hex3026512935044fe2417
Octal6046121516501043764427
Binary1100001001101010001101001110101010001001111111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302651; }

 p { color: rgb(48,38,81); }

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

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

 a { background-color: rgb(48,38,81); }

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

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

 span { border-color: rgb(48,38,81); }

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