#A3003B

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

Shades of Jazzberry Jam #A3003B

Tints of Jazzberry Jam #A3003B

Color information

#A3003B (or 0xA3003B) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 3B. RGB value is (163,0,59). Sum of RGB (Red+Green+Blue) = 163+0+59=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A3003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3003B is #5CFFC4. Grayscale: #373737. Windows color (decimal): -6094789 or 3866787. OLE color: 3866787.

HSL color Cylindrical-coordinate representation of color #A3003B: hue angle of 338.28º 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 #A3003B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB163059-
CMYK010.640.36
HSL338.28º100%31.96%-
HSV(B)338.28º100%63.92%-
XYZ15.898.14.86-
YUV55.46130204.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 73.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=73.42%
G=0%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163059010.640.36338.2810031.96
HexA303B06440241526420
Octal24307301441004452214440
Binary1010001101110110110010010000001001001010100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3003B; }

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

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

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

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

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

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

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

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