Html Css Color HEX #AA0342 Jazzberry Jam

📋 copy color: '#AA0342'

red 170 ◦ green 3 ◦ blue 66

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

Shades of Jazzberry Jam #AA0342

Tints of Jazzberry Jam #AA0342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.62%

R = 71.13%
G = 1.26%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA0342 (or 0xAA0342) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 42. RGB value is (170,3,66). Sum of RGB (Red+Green+Blue) = 170+3+66=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0342 is #55FCBD. Grayscale: #3C3C3C. Windows color (decimal): -5635262 or 4326314. OLE color: 4326314.

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

Color convert

RGB 170 3 66 -
CMYK 0 0.98 0.61 0.33
HSL 337.37º 0.97% 0.34% -
HSV(B) 337.37º 0.98% 0.67% -
XYZ 17.59 9 5.97 -
YUV 60.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 170 3 66 0 0.98 0.61 0.33 337.37 0.97 0.34
Hex AA 3 42 0 62 3D 21 151 61 22
Octal 252 3 102 0 142 75 41 521 141 42
Binary 10101010 11 1000010 0 1100010 111101 100001 101010001 1100001 100010

Color Harmonies of #AA0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0342

Black with #AA0342

Text Example


Text Example

White with #AA0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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