#A30340

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

Shades of Jazzberry Jam #A30340

Tints of Jazzberry Jam #A30340

Color information

#A30340 (or 0xA30340) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 03 and 40. RGB value is (163,3,64). Sum of RGB (Red+Green+Blue) = 163+3+64=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A30340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30340 is #5CFCBF. Grayscale: #393939. Windows color (decimal): -6094016 or 4195235. OLE color: 4195235.

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

Color convert

RGB163364-
CMYK00.980.610.36
HSL337.12º96.39%32.55%-
HSV(B)337.12º98.16%63.92%-
XYZ16.068.225.59-
YUV57.79131.51203.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.87%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=70.87%
G=1.30%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16336400.980.610.36337.1296.3932.55
HexA33400623D241516021
Octal24331000142754452114041
Binary10100011111000000011000101111011001001010100011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30340; }

 p { color: rgb(163,3,64); }

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

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

 a { background-color: rgb(163,3,64); }

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

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

 span { border-color: rgb(163,3,64); }

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