Html Css Color HEX #AA0344 Jazzberry Jam

📋 copy color: '#AA0344'

red 170 ◦ green 3 ◦ blue 68

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

Shades of Jazzberry Jam #AA0344

Tints of Jazzberry Jam #AA0344

RGB

 RED value IS 170 (66.8% from 255) = 70.54%

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 68 (26.95% from 255) = 28.22%

R = 70.54%
G = 1.24%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA0344 (or 0xAA0344) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 44. RGB value is (170,3,68). Sum of RGB (Red+Green+Blue) = 170+3+68=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0344 is #55FCBB. Grayscale: #3C3C3C. Windows color (decimal): -5635260 or 4457386. OLE color: 4457386.

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

Color convert

RGB 170 3 68 -
CMYK 0 0.98 0.6 0.33
HSL 336.65º 0.97% 0.34% -
HSV(B) 336.65º 0.98% 0.67% -
XYZ 17.65 9.03 6.28 -
YUV 60.34 132.33 206.21 -
System Red Green Blue C M Y K H S L
Decimal 170 3 68 0 0.98 0.6 0.33 336.65 0.97 0.34
Hex AA 3 44 0 62 3C 21 151 61 22
Octal 252 3 104 0 142 74 41 521 141 42
Binary 10101010 11 1000100 0 1100010 111100 100001 101010001 1100001 100010

Color Harmonies of #AA0344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0344

Black with #AA0344

Text Example


Text Example

White with #AA0344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0344; }

 p { color: rgb(170,3,68); }

 H1.HeaderClassName
 {
   color: #AA0344;
 }
 .AnyTagClassName
 {
   color: #AA0344;
 }
</style>

background-color css

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

 a { background-color: rgb(170,3,68); }

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

border-color css

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

 span { border-color: rgb(170,3,68); }

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