#A3004B

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

Shades of Jazzberry Jam #A3004B

Tints of Jazzberry Jam #A3004B

Color information

#A3004B (or 0xA3004B) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 4B. RGB value is (163,0,75). Sum of RGB (Red+Green+Blue) = 163+0+75=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A3004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3004B is #5CFFB4. Grayscale: #393939. Windows color (decimal): -6094773 or 4915363. OLE color: 4915363.

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

Color convert

RGB163075-
CMYK010.540.36
HSL332.39º100%31.96%-
HSV(B)332.39º100%63.92%-
XYZ16.378.297.39-
YUV57.29138203.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=68.49%
G=0%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163075010.540.36332.3910031.96
HexA304B064362414c6420
Octal24301130144664451414440
Binary1010001101001011011001001101101001001010011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3004B; }

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

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

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

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

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

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

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

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