Html Css Color HEX #A30444 Jazzberry Jam

📋 copy color: '#A30444'

red 163 ◦ green 4 ◦ blue 68

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

Shades of Jazzberry Jam #A30444

Tints of Jazzberry Jam #A30444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.94%

R = 69.36%
G = 1.7%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A30444 (or 0xA30444) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 44. RGB value is (163,4,68). Sum of RGB (Red+Green+Blue) = 163+4+68=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A30444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30444 is #5CFBBB. Grayscale: #3A3A3A. Windows color (decimal): -6093756 or 4457635. OLE color: 4457635.

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

Color convert

RGB 163 4 68 -
CMYK 0 0.98 0.58 0.36
HSL 335.85º 0.95% 0.33% -
HSV(B) 335.85º 0.98% 0.64% -
XYZ 16.19 8.29 6.22 -
YUV 58.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 163 4 68 0 0.98 0.58 0.36 335.85 0.95 0.33
Hex A3 4 44 0 62 3A 24 150 5F 21
Octal 243 4 104 0 142 72 44 520 137 41
Binary 10100011 100 1000100 0 1100010 111010 100100 101010000 1011111 100001

Color Harmonies of #A30444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30444

Black with #A30444

Text Example


Text Example

White with #A30444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30444; }

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

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

background-color css

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

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

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

border-color css

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

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

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