#A3024C

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

Shades of Jazzberry Jam #A3024C

Tints of Jazzberry Jam #A3024C

Color information

#A3024C (or 0xA3024C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 02 and 4C. RGB value is (163,2,76). Sum of RGB (Red+Green+Blue) = 163+2+76=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3024C is #5CFDB3. Grayscale: #3A3A3A. Windows color (decimal): -6094260 or 4981411. OLE color: 4981411.

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

Color convert

RGB163276-
CMYK00.990.530.36
HSL332.42º97.58%32.35%-
HSV(B)332.42º98.77%63.92%-
XYZ16.438.357.58-
YUV58.58137.84202.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=67.63%
G=0.83%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16327600.990.530.36332.4297.5832.35
HexA324C063352414c6220
Octal24321140143654451414240
Binary10100011101001100011000111101011001001010011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3024C; }

 p { color: rgb(163,2,76); }

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

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

 a { background-color: rgb(163,2,76); }

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

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

 span { border-color: rgb(163,2,76); }

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