#A30040

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

Shades of Jazzberry Jam #A30040

Tints of Jazzberry Jam #A30040

Color information

#A30040 (or 0xA30040) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 40. RGB value is (163,0,64). Sum of RGB (Red+Green+Blue) = 163+0+64=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A30040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30040 is #5CFFBF. Grayscale: #373737. Windows color (decimal): -6094784 or 4194467. OLE color: 4194467.

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

Color convert

RGB163064-
CMYK010.610.36
HSL336.44º100%31.96%-
HSV(B)336.44º100%63.92%-
XYZ16.038.165.58-
YUV56.03132.5204.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=71.81%
G=0%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163064010.610.36336.4410031.96
HexA30400643D241506420
Octal24301000144754452014440
Binary1010001101000000011001001111011001001010100001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30040; }

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

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

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

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

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

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

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

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