#A3003C

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

Shades of Jazzberry Jam #A3003C

Tints of Jazzberry Jam #A3003C

Color information

#A3003C (or 0xA3003C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 3C. RGB value is (163,0,60). Sum of RGB (Red+Green+Blue) = 163+0+60=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A3003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3003C is #5CFFC3. Grayscale: #373737. Windows color (decimal): -6094788 or 3932323. OLE color: 3932323.

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

Color convert

RGB163060-
CMYK010.630.36
HSL337.91º100%31.96%-
HSV(B)337.91º100%63.92%-
XYZ15.928.115-
YUV55.58130.5204.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 73.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=73.09%
G=0%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163060010.630.36337.9110031.96
HexA303C0643F241526420
Octal2430740144774452214440
Binary101000110111100011001001111111001001010100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3003C; }

 p { color: rgb(163,0,60); }

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

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

 a { background-color: rgb(163,0,60); }

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

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

 span { border-color: rgb(163,0,60); }

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