Html Css Color HEX #AA003B Jazzberry Jam

📋 copy color: '#AA003B'

red 170 ◦ green 0 ◦ blue 59

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

Shades of Jazzberry Jam #AA003B

Tints of Jazzberry Jam #AA003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 74.24%
G = 0%
B = 25.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA003B (or 0xAA003B) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 3B. RGB value is (170,0,59). Sum of RGB (Red+Green+Blue) = 170+0+59=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA003B is #55FFC4. Grayscale: #393939. Windows color (decimal): -5636037 or 3866794. OLE color: 3866794.

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

Color convert

RGB 170 0 59 -
CMYK 0 1 0.65 0.33
HSL 339.18º 1% 0.33% -
HSV(B) 339.18º 1% 0.67% -
XYZ 17.37 8.86 4.93 -
YUV 57.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 170 0 59 0 1 0.65 0.33 339.18 1 0.33
Hex AA 0 3B 0 64 41 21 153 64 21
Octal 252 0 73 0 144 101 41 523 144 41
Binary 10101010 0 111011 0 1100100 1000001 100001 101010011 1100100 100001

Color Harmonies of #AA003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA003B

Black with #AA003B

Text Example


Text Example

White with #AA003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA003B; }

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

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

background-color css

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

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

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

border-color css

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

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

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