#A30E49

Color #A30E49 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A30E49

Tints of Jazzberry Jam #A30E49

Color information

#A30E49 (or 0xA30E49) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0E and 49. RGB value is (163,14,73). Sum of RGB (Red+Green+Blue) = 163+14+73=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E49 is #5CF1B6. Grayscale: #414141. Windows color (decimal): -6091191 or 4787875. OLE color: 4787875.

HSL color Cylindrical-coordinate representation of color #A30E49: hue angle of 336.24º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E49 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1631473-
CMYK00.910.550.36
HSL336.24º84.18%34.71%-
HSV(B)336.24º91.41%63.92%-
XYZ16.468.587.09-
YUV65.28132.36197.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.2%
GREEN value IS 14 (5.86% from 255) = 5.6%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=65.2%
G=5.6%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163147300.910.550.36336.2484.1834.71
HexA3E4905B37241505423
Octal243161110133674452012443
Binary1010001111101001001010110111101111001001010100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E49; }

 p { color: rgb(163,14,73); }

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

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

 a { background-color: rgb(163,14,73); }

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

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

 span { border-color: rgb(163,14,73); }

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