Html Css Color HEX #A3024C Jazzberry Jam

📋 copy color: '#A3024C'

red 163 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #A3024C

Tints of Jazzberry Jam #A3024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 67.63%
G = 0.83%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3024C (or 0xA3024C) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 4C. RGB value is (163,2,76). Sum of RGB (Red+Green+Blue) = 163+2+76=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3024C is #5CFDB3. Grayscale: #3A3A3A. Windows color (decimal): -6094260 or 4981411. OLE color: 4981411.

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

Color convert

RGB 163 2 76 -
CMYK 0 0.99 0.53 0.36
HSL 332.42º 0.98% 0.32% -
HSV(B) 332.42º 0.99% 0.64% -
XYZ 16.43 8.35 7.58 -
YUV 58.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 163 2 76 0 0.99 0.53 0.36 332.42 0.98 0.32
Hex A3 2 4C 0 63 35 24 14C 62 20
Octal 243 2 114 0 143 65 44 514 142 40
Binary 10100011 10 1001100 0 1100011 110101 100100 101001100 1100010 100000

Color Harmonies of #A3024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3024C

Black with #A3024C

Text Example


Text Example

White with #A3024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3024C; }

 p { color: rgb(163,2,76); }

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

background-color css

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

 a { background-color: rgb(163,2,76); }

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

border-color css

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

 span { border-color: rgb(163,2,76); }

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