Html Css Color HEX #970346 Jazzberry Jam

📋 copy color: '#970346'

red 151 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #970346

Tints of Jazzberry Jam #970346

RGB

 RED value IS 151 (59.38% from 255) = 67.41%

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

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

R = 67.41%
G = 1.34%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#970346 (or 0x970346) is known color: Jazzberry Jam. HEX triplet: 97, 03 and 46. RGB value is (151,3,70). Sum of RGB (Red+Green+Blue) = 151+3+70=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #970346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970346 is #68FCB9. Grayscale: #363636. Windows color (decimal): -6880442 or 4588439. OLE color: 4588439.

HSL color Cylindrical-coordinate representation of color #970346: hue angle of 332.84º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970346 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 70 -
CMYK 0 0.98 0.54 0.41
HSL 332.84º 0.96% 0.3% -
HSV(B) 332.84º 0.98% 0.59% -
XYZ 13.9 7.09 6.43 -
YUV 54.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 151 3 70 0 0.98 0.54 0.41 332.84 0.96 0.3
Hex 97 3 46 0 62 36 29 14D 60 1E
Octal 227 3 106 0 142 66 51 515 140 36
Binary 10010111 11 1000110 0 1100010 110110 101001 101001101 1100000 11110

Color Harmonies of #970346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970346

Black with #970346

Text Example


Text Example

White with #970346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970346; }

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

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

background-color css

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

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

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

border-color css

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

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

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