#A20344

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

Shades of Jazzberry Jam #A20344

Tints of Jazzberry Jam #A20344

Color information

#A20344 (or 0xA20344) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 03 and 44. RGB value is (162,3,68). Sum of RGB (Red+Green+Blue) = 162+3+68=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A20344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20344 is #5DFCBB. Grayscale: #393939. Windows color (decimal): -6159548 or 4457378. OLE color: 4457378.

HSL color Cylindrical-coordinate representation of color #A20344: hue angle of 335.47º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20344 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB162368-
CMYK00.980.580.36
HSL335.47º96.36%32.35%-
HSV(B)335.47º98.15%63.53%-
XYZ15.988.166.2-
YUV57.95133.68202.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=69.53%
G=1.29%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16236800.980.580.36335.4796.3632.35
HexA23440623A2414f6020
Octal24231040142724451714040
Binary10100010111000100011000101110101001001010011111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20344; }

 p { color: rgb(162,3,68); }

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

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

 a { background-color: rgb(162,3,68); }

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

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

 span { border-color: rgb(162,3,68); }

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