Html Css Color HEX #A00346 Jazzberry Jam

📋 copy color: '#A00346'

red 160 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #A00346

Tints of Jazzberry Jam #A00346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.04%

R = 68.67%
G = 1.29%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A00346 (or 0xA00346) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 46. RGB value is (160,3,70). Sum of RGB (Red+Green+Blue) = 160+3+70=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00346 is #5FFCB9. Grayscale: #393939. Windows color (decimal): -6290618 or 4588448. OLE color: 4588448.

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

Color convert

RGB 160 3 70 -
CMYK 0 0.98 0.56 0.37
HSL 334.39º 0.96% 0.32% -
HSV(B) 334.39º 0.98% 0.63% -
XYZ 15.64 7.98 6.51 -
YUV 57.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 160 3 70 0 0.98 0.56 0.37 334.39 0.96 0.32
Hex A0 3 46 0 62 38 25 14E 60 20
Octal 240 3 106 0 142 70 45 516 140 40
Binary 10100000 11 1000110 0 1100010 111000 100101 101001110 1100000 100000

Color Harmonies of #A00346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00346

Black with #A00346

Text Example


Text Example

White with #A00346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00346; }

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

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

background-color css

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

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

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

border-color css

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

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

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