Html Css Color HEX #A3034B Jazzberry Jam

📋 copy color: '#A3034B'

red 163 ◦ green 3 ◦ blue 75

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

Shades of Jazzberry Jam #A3034B

Tints of Jazzberry Jam #A3034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 67.63%
G = 1.24%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3034B (or 0xA3034B) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 4B. RGB value is (163,3,75). Sum of RGB (Red+Green+Blue) = 163+3+75=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3034B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3034B is #5CFCB4. Grayscale: #3A3A3A. Windows color (decimal): -6094005 or 4916131. OLE color: 4916131.

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

Color convert

RGB 163 3 75 -
CMYK 0 0.98 0.54 0.36
HSL 333º 0.96% 0.33% -
HSV(B) 333º 0.98% 0.64% -
XYZ 16.41 8.36 7.41 -
YUV 59.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 163 3 75 0 0.98 0.54 0.36 333 0.96 0.33
Hex A3 3 4B 0 62 36 24 14D 60 21
Octal 243 3 113 0 142 66 44 515 140 41
Binary 10100011 11 1001011 0 1100010 110110 100100 101001101 1100000 100001

Color Harmonies of #A3034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3034B

Black with #A3034B

Text Example


Text Example

White with #A3034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3034B; }

 p { color: rgb(163,3,75); }

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

background-color css

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

 a { background-color: rgb(163,3,75); }

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

border-color css

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

 span { border-color: rgb(163,3,75); }

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