Html Css Color HEX #A30346 Jazzberry Jam

📋 copy color: '#A30346'

red 163 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #A30346

Tints of Jazzberry Jam #A30346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 69.07%
G = 1.27%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A30346 (or 0xA30346) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 46. RGB value is (163,3,70). Sum of RGB (Red+Green+Blue) = 163+3+70=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A30346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30346 is #5CFCB9. Grayscale: #3A3A3A. Windows color (decimal): -6094010 or 4588451. OLE color: 4588451.

HSL color Cylindrical-coordinate representation of color #A30346: hue angle of 334.88º 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 #A30346 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 70 -
CMYK 0 0.98 0.57 0.36
HSL 334.88º 0.96% 0.33% -
HSV(B) 334.88º 0.98% 0.64% -
XYZ 16.24 8.29 6.54 -
YUV 58.48 134.51 202.55 -
System Red Green Blue C M Y K H S L
Decimal 163 3 70 0 0.98 0.57 0.36 334.88 0.96 0.33
Hex A3 3 46 0 62 39 24 14F 60 21
Octal 243 3 106 0 142 71 44 517 140 41
Binary 10100011 11 1000110 0 1100010 111001 100100 101001111 1100000 100001

Color Harmonies of #A30346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30346

Black with #A30346

Text Example


Text Example

White with #A30346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30346; }

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

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

background-color css

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

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

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

border-color css

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

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

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