#A3013F

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

Shades of Jazzberry Jam #A3013F

Tints of Jazzberry Jam #A3013F

Color information

#A3013F (or 0xA3013F) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 01 and 3F. RGB value is (163,1,63). Sum of RGB (Red+Green+Blue) = 163+1+63=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A3013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3013F is #5CFEC0. Grayscale: #383838. Windows color (decimal): -6094529 or 4129187. OLE color: 4129187.

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

Color convert

RGB163163-
CMYK00.990.610.36
HSL337.04º98.78%32.16%-
HSV(B)337.04º99.39%63.92%-
XYZ16.018.175.44-
YUV56.51131.67203.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.81%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 63 (25% from 255) = 27.75%
R=71.81%
G=0.44%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316300.990.610.36337.0498.7832.16
HexA313F0633D241516320
Octal2431770143754452114340
Binary101000111111111011000111111011001001010100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3013F; }

 p { color: rgb(163,1,63); }

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

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

 a { background-color: rgb(163,1,63); }

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

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

 span { border-color: rgb(163,1,63); }

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