#A0003E

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

Shades of Jazzberry Jam #A0003E

Tints of Jazzberry Jam #A0003E

Color information

#A0003E (or 0xA0003E) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 00 and 3E. RGB value is (160,0,62). Sum of RGB (Red+Green+Blue) = 160+0+62=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0003E is #5FFFC1. Grayscale: #363636. Windows color (decimal): -6291394 or 4063392. OLE color: 4063392.

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

Color convert

RGB160062-
CMYK010.610.37
HSL336.75º100%31.37%-
HSV(B)336.75º100%62.75%-
XYZ15.377.825.26-
YUV54.91132.01202.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=72.07%
G=0%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160062010.610.37336.7510031.37
HexA003E0643D25151641f
Octal2400760144754552114437
Binary10100000011111001100100111101100101101010001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0003E; }

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

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

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

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

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

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

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

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