#A10346

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

Shades of Jazzberry Jam #A10346

Tints of Jazzberry Jam #A10346

Color information

#A10346 (or 0xA10346) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 03 and 46. RGB value is (161,3,70). Sum of RGB (Red+Green+Blue) = 161+3+70=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A10346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10346 is #5EFCB9. Grayscale: #393939. Windows color (decimal): -6225082 or 4588449. OLE color: 4588449.

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

Color convert

RGB161370-
CMYK00.980.570.37
HSL334.56º96.34%32.16%-
HSV(B)334.56º98.14%63.14%-
XYZ15.848.086.52-
YUV57.88134.85201.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 68.80%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=68.80%
G=1.28%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16137000.980.570.37334.5696.3432.16
HexA1346062392514f6020
Octal24131060142714551714040
Binary10100001111000110011000101110011001011010011111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10346; }

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

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

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

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

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

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

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

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