#AA003C

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

Shades of Jazzberry Jam #AA003C

Tints of Jazzberry Jam #AA003C

Color information

#AA003C (or 0xAA003C) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 00 and 3C. RGB value is (170,0,60). Sum of RGB (Red+Green+Blue) = 170+0+60=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA003C is #55FFC3. Grayscale: #393939. Windows color (decimal): -5636036 or 3932330. OLE color: 3932330.

HSL color Cylindrical-coordinate representation of color #AA003C: hue angle of 338.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA003C is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB170060-
CMYK010.650.33
HSL338.82º100%33.33%-
HSV(B)338.82º100%66.67%-
XYZ17.398.875.07-
YUV57.67129.32208.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=73.91%
G=0%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170060010.650.33338.8210033.33
HexAA03C06441211536421
Octal25207401441014152314441
Binary1010101001111000110010010000011000011010100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA003C; }

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

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

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

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

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

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

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

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