#aa003f

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

Shades of Jazzberry Jam #AA003F

Tints of Jazzberry Jam #AA003F

Color information

#AA003F (or 0xAA003F) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 00 and 3F. RGB value is (170,0,63). Sum of RGB (Red+Green+Blue) = 170+0+63=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA003F is #55FFC0. Grayscale: #393939. Windows color (decimal): -5636033 or 4128938. OLE color: 4128938.

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

Color convert

RGB170063-
CMYK010.630.33
HSL337.76º100%33.33%-
HSV(B)337.76º100%66.67%-
XYZ17.478.95.5-
YUV58.01130.82207.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 27.04%
R=72.96%
G=0%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170063010.630.33337.7610033.33
HexAA03F0643F211526421
Octal2520770144774152214441
Binary101010100111111011001001111111000011010100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa003f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa003f; }

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

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

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

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

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

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

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

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