Html Css Color HEX #AA003F Jazzberry Jam

📋 copy color: '#AA003F'

red 170 ◦ green 0 ◦ blue 63

#AA003F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AA003F

Tints of Jazzberry Jam #AA003F

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA003F (or 0xAA003F) is known color: 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

RGB 170 0 63 -
CMYK 0 1 0.63 0.33
HSL 337.76º 1% 0.33% -
HSV(B) 337.76º 1% 0.67% -
XYZ 17.47 8.9 5.5 -
YUV 58.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 170 0 63 0 1 0.63 0.33 337.76 1 0.33
Hex AA 0 3F 0 64 3F 21 152 64 21
Octal 252 0 77 0 144 77 41 522 144 41
Binary 10101010 0 111111 0 1100100 111111 100001 101010010 1100100 100001

Color Harmonies of #AA003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA003F

Black with #AA003F

Text Example


Text Example

White with #AA003F

Text Example


Text Example

HTML Codes & Css Web 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>