Html Css Color HEX #A30442 Jazzberry Jam

📋 copy color: '#A30442'

red 163 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #A30442

Tints of Jazzberry Jam #A30442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 69.96%
G = 1.72%
B = 28.33%

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

#A30442 (or 0xA30442) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 42. RGB value is (163,4,66). Sum of RGB (Red+Green+Blue) = 163+4+66=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A30442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30442 is #5CFBBD. Grayscale: #3A3A3A. Windows color (decimal): -6093758 or 4326563. OLE color: 4326563.

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

Color convert

RGB 163 4 66 -
CMYK 0 0.98 0.60 0.36
HSL 336.6º 0.95% 0.33% -
HSV(B) 336.6º 0.98% 0.64% -
XYZ 16.13 8.27 5.9 -
YUV 58.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 163 4 66 0 0.98 0.60 0.36 336.6 0.95 0.33
Hex A3 4 42 0 62 3C 24 151 5F 21
Octal 243 4 102 0 142 74 44 521 137 41
Binary 10100011 100 1000010 0 1100010 111100 100100 101010001 1011111 100001

Color Harmonies of #A30442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30442

Black with #A30442

Text Example


Text Example

White with #A30442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30442; }

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

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

background-color css

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

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

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

border-color css

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

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

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