Html Css Color HEX #A0003E Jazzberry Jam

📋 copy color: '#A0003E'

red 160 ◦ green 0 ◦ blue 62

#A0003E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A0003E

Tints of Jazzberry Jam #A0003E

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 value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0003E (or 0xA0003E) is known color: 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

RGB 160 0 62 -
CMYK 0 1 0.61 0.37
HSL 336.75º 1% 0.31% -
HSV(B) 336.75º 1% 0.63% -
XYZ 15.37 7.82 5.26 -
YUV 54.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 160 0 62 0 1 0.61 0.37 336.75 1 0.31
Hex A0 0 3E 0 64 3D 25 151 64 1F
Octal 240 0 76 0 144 75 45 521 144 37
Binary 10100000 0 111110 0 1100100 111101 100101 101010001 1100100 11111

Color Harmonies of #A0003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0003E

Black with #A0003E

Text Example


Text Example

White with #A0003E

Text Example


Text Example

HTML Codes & Css Web 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>