#A3003D

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

Shades of Jazzberry Jam #A3003D

Tints of Jazzberry Jam #A3003D

Color information

#A3003D (or 0xA3003D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 3D. RGB value is (163,0,61). Sum of RGB (Red+Green+Blue) = 163+0+61=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A3003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3003D is #5CFFC2. Grayscale: #373737. Windows color (decimal): -6094787 or 3997859. OLE color: 3997859.

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

Color convert

RGB163061-
CMYK010.630.36
HSL337.55º100%31.96%-
HSV(B)337.55º100%63.92%-
XYZ15.958.125.14-
YUV55.69131204.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 72.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=72.77%
G=0%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163061010.630.36337.5510031.96
HexA303D0643F241526420
Octal2430750144774452214440
Binary101000110111101011001001111111001001010100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3003D; }

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

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

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

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

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

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

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

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