Html Css Color HEX #A30251 Jazzberry Jam

📋 copy color: '#A30251'

red 163 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #A30251

Tints of Jazzberry Jam #A30251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.93%

R = 66.26%
G = 0.81%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A30251 (or 0xA30251) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 51. RGB value is (163,2,81). Sum of RGB (Red+Green+Blue) = 163+2+81=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A30251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30251 is #5CFDAE. Grayscale: #3A3A3A. Windows color (decimal): -6094255 or 5309091. OLE color: 5309091.

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

Color convert

RGB 163 2 81 -
CMYK 0 0.99 0.50 0.36
HSL 330.56º 0.98% 0.32% -
HSV(B) 330.56º 0.99% 0.64% -
XYZ 16.61 8.42 8.54 -
YUV 59.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 163 2 81 0 0.99 0.50 0.36 330.56 0.98 0.32
Hex A3 2 51 0 63 32 24 14B 62 20
Octal 243 2 121 0 143 62 44 513 142 40
Binary 10100011 10 1010001 0 1100011 110010 100100 101001011 1100010 100000

Color Harmonies of #A30251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30251

Black with #A30251

Text Example


Text Example

White with #A30251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30251; }

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

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

background-color css

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

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

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

border-color css

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

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

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