Html Css Color HEX #A30040 Jazzberry Jam

📋 copy color: '#A30040'

red 163 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #A30040

Tints of Jazzberry Jam #A30040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 71.81%
G = 0%
B = 28.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A30040 (or 0xA30040) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 40. RGB value is (163,0,64). Sum of RGB (Red+Green+Blue) = 163+0+64=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A30040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30040 is #5CFFBF. Grayscale: #373737. Windows color (decimal): -6094784 or 4194467. OLE color: 4194467.

HSL color Cylindrical-coordinate representation of color #A30040: hue angle of 336.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30040 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 64 -
CMYK 0 1 0.61 0.36
HSL 336.44º 1% 0.32% -
HSV(B) 336.44º 1% 0.64% -
XYZ 16.03 8.16 5.58 -
YUV 56.03 132.5 204.3 -
System Red Green Blue C M Y K H S L
Decimal 163 0 64 0 1 0.61 0.36 336.44 1 0.32
Hex A3 0 40 0 64 3D 24 150 64 20
Octal 243 0 100 0 144 75 44 520 144 40
Binary 10100011 0 1000000 0 1100100 111101 100100 101010000 1100100 100000

Color Harmonies of #A30040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30040

Black with #A30040

Text Example


Text Example

White with #A30040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30040; }

 p { color: rgb(163,0,64); }

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

background-color css

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

 a { background-color: rgb(163,0,64); }

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

border-color css

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

 span { border-color: rgb(163,0,64); }

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