#A20346

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

Shades of Jazzberry Jam #A20346

Tints of Jazzberry Jam #A20346

Color information

#A20346 (or 0xA20346) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 03 and 46. RGB value is (162,3,70). Sum of RGB (Red+Green+Blue) = 162+3+70=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A20346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20346 is #5DFCB9. Grayscale: #3A3A3A. Windows color (decimal): -6159546 or 4588450. OLE color: 4588450.

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

Color convert

RGB162370-
CMYK00.980.570.36
HSL334.72º96.36%32.35%-
HSV(B)334.72º98.15%63.53%-
XYZ16.048.196.53-
YUV58.18134.68202.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.94%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=68.94%
G=1.28%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16237000.980.570.36334.7296.3632.35
HexA2346062392414f6020
Octal24231060142714451714040
Binary10100010111000110011000101110011001001010011111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20346; }

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

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

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

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

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

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

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

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