Html Css Color HEX #A30341 Jazzberry Jam

📋 copy color: '#A30341'

red 163 ◦ green 3 ◦ blue 65

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

Shades of Jazzberry Jam #A30341

Tints of Jazzberry Jam #A30341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 70.56%
G = 1.3%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A30341 (or 0xA30341) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 41. RGB value is (163,3,65). Sum of RGB (Red+Green+Blue) = 163+3+65=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A30341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30341 is #5CFCBE. Grayscale: #393939. Windows color (decimal): -6094015 or 4260771. OLE color: 4260771.

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

Color convert

RGB 163 3 65 -
CMYK 0 0.98 0.60 0.36
HSL 336.75º 0.96% 0.33% -
HSV(B) 336.75º 0.98% 0.64% -
XYZ 16.09 8.23 5.74 -
YUV 57.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 163 3 65 0 0.98 0.60 0.36 336.75 0.96 0.33
Hex A3 3 41 0 62 3C 24 151 60 21
Octal 243 3 101 0 142 74 44 521 140 41
Binary 10100011 11 1000001 0 1100010 111100 100100 101010001 1100000 100001

Color Harmonies of #A30341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30341

Black with #A30341

Text Example


Text Example

White with #A30341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30341; }

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

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

background-color css

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

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

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

border-color css

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

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

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