Html Css Color HEX #AA0341 Jazzberry Jam

📋 copy color: '#AA0341'

red 170 ◦ green 3 ◦ blue 65

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

Shades of Jazzberry Jam #AA0341

Tints of Jazzberry Jam #AA0341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 71.43%
G = 1.26%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA0341 (or 0xAA0341) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 41. RGB value is (170,3,65). Sum of RGB (Red+Green+Blue) = 170+3+65=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0341 is #55FCBE. Grayscale: #3B3B3B. Windows color (decimal): -5635263 or 4260778. OLE color: 4260778.

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

Color convert

RGB 170 3 65 -
CMYK 0 0.98 0.62 0.33
HSL 337.72º 0.97% 0.34% -
HSV(B) 337.72º 0.98% 0.67% -
XYZ 17.56 8.99 5.81 -
YUV 60 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 170 3 65 0 0.98 0.62 0.33 337.72 0.97 0.34
Hex AA 3 41 0 62 3E 21 152 61 22
Octal 252 3 101 0 142 76 41 522 141 42
Binary 10101010 11 1000001 0 1100010 111110 100001 101010010 1100001 100010

Color Harmonies of #AA0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0341

Black with #AA0341

Text Example


Text Example

White with #AA0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0341; }

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

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

background-color css

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

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

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

border-color css

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

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

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