#A2033B

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

Shades of Jazzberry Jam #A2033B

Tints of Jazzberry Jam #A2033B

Color information

#A2033B (or 0xA2033B) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 03 and 3B. RGB value is (162,3,59). Sum of RGB (Red+Green+Blue) = 162+3+59=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A2033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2033B is #5DFCC4. Grayscale: #383838. Windows color (decimal): -6159557 or 3867554. OLE color: 3867554.

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

Color convert

RGB162359-
CMYK00.980.640.36
HSL338.87º96.36%32.35%-
HSV(B)338.87º98.15%63.53%-
XYZ15.728.064.87-
YUV56.92129.18202.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.32%
GREEN value IS 3 (1.56% from 255) = 1.34%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=72.32%
G=1.34%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16235900.980.640.36338.8796.3632.35
HexA233B06240241536020
Octal24237301421004452314040
Binary10100010111110110110001010000001001001010100111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2033B; }

 p { color: rgb(162,3,59); }

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

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

 a { background-color: rgb(162,3,59); }

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

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

 span { border-color: rgb(162,3,59); }

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