#AA0348

Color #AA0348 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA0348

Tints of Jazzberry Jam #AA0348

Color information

#AA0348 (or 0xAA0348) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 03 and 48. RGB value is (170,3,72). Sum of RGB (Red+Green+Blue) = 170+3+72=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0348 is #55FCB7. Grayscale: #3C3C3C. Windows color (decimal): -5635256 or 4719530. OLE color: 4719530.

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

Color convert

RGB170372-
CMYK00.980.580.33
HSL335.21º96.53%33.92%-
HSV(B)335.21º98.24%66.67%-
XYZ17.789.086.95-
YUV60.8134.33205.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.39%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=69.39%
G=1.22%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17037200.980.580.33335.2196.5333.92
HexAA3480623A2114f6122
Octal25231100142724151714142
Binary10101010111001000011000101110101000011010011111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0348; }

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

 H1.HeaderClassName
 {
   color: #AA0348;
 }
 .AnyTagClassName
 {
   color: #AA0348;
 }
</style>
background-color css

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

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

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

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

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

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