#A0023B

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

Shades of Jazzberry Jam #A0023B

Tints of Jazzberry Jam #A0023B

Color information

#A0023B (or 0xA0023B) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 02 and 3B. RGB value is (160,2,59). Sum of RGB (Red+Green+Blue) = 160+2+59=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0023B is #5FFDC4. Grayscale: #373737. Windows color (decimal): -6290885 or 3867296. OLE color: 3867296.

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

Color convert

RGB160259-
CMYK00.990.630.37
HSL338.35º97.53%31.76%-
HSV(B)338.35º98.75%62.75%-
XYZ15.317.834.84-
YUV55.74129.85202.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.40%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=72.40%
G=0.90%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16025900.990.630.37338.3597.5331.76
HexA023B0633F251526220
Octal2402730143774552214240
Binary1010000010111011011000111111111001011010100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0023B; }

 p { color: rgb(160,2,59); }

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

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

 a { background-color: rgb(160,2,59); }

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

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

 span { border-color: rgb(160,2,59); }

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