Html Css Color HEX #A3003C Jazzberry Jam

📋 copy color: '#A3003C'

red 163 ◦ green 0 ◦ blue 60

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

Shades of Jazzberry Jam #A3003C

Tints of Jazzberry Jam #A3003C

RGB

 RED value IS 163 (64.06% from 255) = 73.09%

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

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

R = 73.09%
G = 0%
B = 26.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3003C (or 0xA3003C) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 3C. RGB value is (163,0,60). Sum of RGB (Red+Green+Blue) = 163+0+60=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A3003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3003C is #5CFFC3. Grayscale: #373737. Windows color (decimal): -6094788 or 3932323. OLE color: 3932323.

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

Color convert

RGB 163 0 60 -
CMYK 0 1 0.63 0.36
HSL 337.91º 1% 0.32% -
HSV(B) 337.91º 1% 0.64% -
XYZ 15.92 8.11 5 -
YUV 55.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 163 0 60 0 1 0.63 0.36 337.91 1 0.32
Hex A3 0 3C 0 64 3F 24 152 64 20
Octal 243 0 74 0 144 77 44 522 144 40
Binary 10100011 0 111100 0 1100100 111111 100100 101010010 1100100 100000

Color Harmonies of #A3003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3003C

Black with #A3003C

Text Example


Text Example

White with #A3003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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