Html Css Color HEX #AA003D Jazzberry Jam

📋 copy color: '#AA003D'

red 170 ◦ green 0 ◦ blue 61

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

Shades of Jazzberry Jam #AA003D

Tints of Jazzberry Jam #AA003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 73.59%
G = 0%
B = 26.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA003D (or 0xAA003D) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 3D. RGB value is (170,0,61). Sum of RGB (Red+Green+Blue) = 170+0+61=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA003D is #55FFC2. Grayscale: #393939. Windows color (decimal): -5636035 or 3997866. OLE color: 3997866.

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

Color convert

RGB 170 0 61 -
CMYK 0 1 0.64 0.33
HSL 338.47º 1% 0.33% -
HSV(B) 338.47º 1% 0.67% -
XYZ 17.42 8.88 5.21 -
YUV 57.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 170 0 61 0 1 0.64 0.33 338.47 1 0.33
Hex AA 0 3D 0 64 40 21 152 64 21
Octal 252 0 75 0 144 100 41 522 144 41
Binary 10101010 0 111101 0 1100100 1000000 100001 101010010 1100100 100001

Color Harmonies of #AA003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA003D

Black with #AA003D

Text Example


Text Example

White with #AA003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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