Html Css Color HEX #A0003D Jazzberry Jam

📋 copy color: '#A0003D'

red 160 ◦ green 0 ◦ blue 61

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

Shades of Jazzberry Jam #A0003D

Tints of Jazzberry Jam #A0003D

RGB

 RED value IS 160 (62.89% from 255) = 72.4%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 27.6%

R = 72.4%
G = 0%
B = 27.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0003D (or 0xA0003D) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 3D. RGB value is (160,0,61). Sum of RGB (Red+Green+Blue) = 160+0+61=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0003D is #5FFFC2. Grayscale: #363636. Windows color (decimal): -6291395 or 3997856. OLE color: 3997856.

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

Color convert

RGB 160 0 61 -
CMYK 0 1 0.62 0.37
HSL 337.13º 1% 0.31% -
HSV(B) 337.13º 1% 0.63% -
XYZ 15.34 7.81 5.11 -
YUV 54.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 160 0 61 0 1 0.62 0.37 337.13 1 0.31
Hex A0 0 3D 0 64 3E 25 151 64 1F
Octal 240 0 75 0 144 76 45 521 144 37
Binary 10100000 0 111101 0 1100100 111110 100101 101010001 1100100 11111

Color Harmonies of #A0003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0003D

Black with #A0003D

Text Example


Text Example

White with #A0003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0003D; }

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

 H1.HeaderClassName
 {
   color: #A0003D;
 }
 .AnyTagClassName
 {
   color: #A0003D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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