Html Css Color HEX #A00351 Jazzberry Jam

📋 copy color: '#A00351'

red 160 ◦ green 3 ◦ blue 81

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

Shades of Jazzberry Jam #A00351

Tints of Jazzberry Jam #A00351

RGB

 RED value IS 160 (62.89% from 255) = 65.57%

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 65.57%
G = 1.23%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A00351 (or 0xA00351) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 51. RGB value is (160,3,81). Sum of RGB (Red+Green+Blue) = 160+3+81=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A00351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00351 is #5FFCAE. Grayscale: #3A3A3A. Windows color (decimal): -6290607 or 5309344. OLE color: 5309344.

HSL color Cylindrical-coordinate representation of color #A00351: hue angle of 330.19º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00351 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 81 -
CMYK 0 0.98 0.49 0.37
HSL 330.19º 0.96% 0.32% -
HSV(B) 330.19º 0.98% 0.63% -
XYZ 16.01 8.13 8.51 -
YUV 58.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 160 3 81 0 0.98 0.49 0.37 330.19 0.96 0.32
Hex A0 3 51 0 62 31 25 14A 60 20
Octal 240 3 121 0 142 61 45 512 140 40
Binary 10100000 11 1010001 0 1100010 110001 100101 101001010 1100000 100000

Color Harmonies of #A00351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00351

Black with #A00351

Text Example


Text Example

White with #A00351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00351; }

 p { color: rgb(160,3,81); }

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

background-color css

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

 a { background-color: rgb(160,3,81); }

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

border-color css

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

 span { border-color: rgb(160,3,81); }

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