#A30B49

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

Shades of Jazzberry Jam #A30B49

Tints of Jazzberry Jam #A30B49

Color information

#A30B49 (or 0xA30B49) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0B and 49. RGB value is (163,11,73). Sum of RGB (Red+Green+Blue) = 163+11+73=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30B49 is #5CF4B6. Grayscale: #3F3F3F. Windows color (decimal): -6091959 or 4787107. OLE color: 4787107.

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

Color convert

RGB1631173-
CMYK00.930.550.36
HSL335.53º87.36%34.12%-
HSV(B)335.53º93.25%63.92%-
XYZ16.438.517.08-
YUV63.52133.36198.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.99%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=65.99%
G=4.45%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163117300.930.550.36335.5387.3634.12
HexA3B4905D37241505722
Octal243131110135674452012742
Binary1010001110111001001010111011101111001001010100001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30B49; }

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

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

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

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

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

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

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

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