Html Css Color HEX #A0003C Jazzberry Jam

📋 copy color: '#A0003C'

red 160 ◦ green 0 ◦ blue 60

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

Shades of Jazzberry Jam #A0003C

Tints of Jazzberry Jam #A0003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 72.73%
G = 0%
B = 27.27%

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

#A0003C (or 0xA0003C) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 3C. RGB value is (160,0,60). Sum of RGB (Red+Green+Blue) = 160+0+60=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A0003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0003C is #5FFFC3. Grayscale: #363636. Windows color (decimal): -6291396 or 3932320. OLE color: 3932320.

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

Color convert

RGB 160 0 60 -
CMYK 0 1 0.62 0.37
HSL 337.5º 1% 0.31% -
HSV(B) 337.5º 1% 0.63% -
XYZ 15.31 7.8 4.97 -
YUV 54.68 131.01 203.12 -
System Red Green Blue C M Y K H S L
Decimal 160 0 60 0 1 0.62 0.37 337.5 1 0.31
Hex A0 0 3C 0 64 3E 25 152 64 1F
Octal 240 0 74 0 144 76 45 522 144 37
Binary 10100000 0 111100 0 1100100 111110 100101 101010010 1100100 11111

Color Harmonies of #A0003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0003C

Black with #A0003C

Text Example


Text Example

White with #A0003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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