Html Css Color HEX #A30441 Jazzberry Jam

📋 copy color: '#A30441'

red 163 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #A30441

Tints of Jazzberry Jam #A30441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 70.26%
G = 1.72%
B = 28.02%

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

#A30441 (or 0xA30441) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 41. RGB value is (163,4,65). Sum of RGB (Red+Green+Blue) = 163+4+65=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A30441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30441 is #5CFBBE. Grayscale: #3A3A3A. Windows color (decimal): -6093759 or 4261027. OLE color: 4261027.

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

Color convert

RGB 163 4 65 -
CMYK 0 0.98 0.60 0.36
HSL 336.98º 0.95% 0.33% -
HSV(B) 336.98º 0.98% 0.64% -
XYZ 16.1 8.26 5.75 -
YUV 58.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 163 4 65 0 0.98 0.60 0.36 336.98 0.95 0.33
Hex A3 4 41 0 62 3C 24 151 5F 21
Octal 243 4 101 0 142 74 44 521 137 41
Binary 10100011 100 1000001 0 1100010 111100 100100 101010001 1011111 100001

Color Harmonies of #A30441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30441

Black with #A30441

Text Example


Text Example

White with #A30441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30441; }

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

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

background-color css

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

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

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

border-color css

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

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

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