#A0033E

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

Shades of Jazzberry Jam #A0033E

Tints of Jazzberry Jam #A0033E

Color information

#A0033E (or 0xA0033E) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 03 and 3E. RGB value is (160,3,62). Sum of RGB (Red+Green+Blue) = 160+3+62=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0033E is #5FFCC1. Grayscale: #383838. Windows color (decimal): -6290626 or 4064160. OLE color: 4064160.

HSL color Cylindrical-coordinate representation of color #A0033E: hue angle of 337.45º 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 #A0033E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB160362-
CMYK00.980.610.37
HSL337.45º96.32%31.96%-
HSV(B)337.45º98.12%62.75%-
XYZ15.47.895.27-
YUV56.67131.01201.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=71.11%
G=1.33%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16036200.980.610.37337.4596.3231.96
HexA033E0623D251516020
Octal2403760142754552114040
Binary1010000011111110011000101111011001011010100011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0033E; }

 p { color: rgb(160,3,62); }

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

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

 a { background-color: rgb(160,3,62); }

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

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

 span { border-color: rgb(160,3,62); }

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