Html Css Color HEX #A30240 Jazzberry Jam

📋 copy color: '#A30240'

red 163 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #A30240

Tints of Jazzberry Jam #A30240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 71.18%
G = 0.87%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A30240 (or 0xA30240) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 40. RGB value is (163,2,64). Sum of RGB (Red+Green+Blue) = 163+2+64=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A30240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30240 is #5CFDBF. Grayscale: #393939. Windows color (decimal): -6094272 or 4194979. OLE color: 4194979.

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

Color convert

RGB 163 2 64 -
CMYK 0 0.99 0.61 0.36
HSL 336.89º 0.98% 0.32% -
HSV(B) 336.89º 0.99% 0.64% -
XYZ 16.05 8.2 5.59 -
YUV 57.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 163 2 64 0 0.99 0.61 0.36 336.89 0.98 0.32
Hex A3 2 40 0 63 3D 24 151 62 20
Octal 243 2 100 0 143 75 44 521 142 40
Binary 10100011 10 1000000 0 1100011 111101 100100 101010001 1100010 100000

Color Harmonies of #A30240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30240

Black with #A30240

Text Example


Text Example

White with #A30240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30240; }

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

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

background-color css

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

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

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

border-color css

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

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

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