Html Css Color HEX #970342 Jazzberry Jam

📋 copy color: '#970342'

red 151 ◦ green 3 ◦ blue 66

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

Shades of Jazzberry Jam #970342

Tints of Jazzberry Jam #970342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30%

R = 68.64%
G = 1.36%
B = 30%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#970342 (or 0x970342) is known color: Jazzberry Jam. HEX triplet: 97, 03 and 42. RGB value is (151,3,66). Sum of RGB (Red+Green+Blue) = 151+3+66=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #970342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970342 is #68FCBD. Grayscale: #363636. Windows color (decimal): -6880446 or 4326295. OLE color: 4326295.

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

Color convert

RGB 151 3 66 -
CMYK 0 0.98 0.56 0.41
HSL 334.46º 0.96% 0.3% -
HSV(B) 334.46º 0.98% 0.59% -
XYZ 13.78 7.04 5.79 -
YUV 54.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 151 3 66 0 0.98 0.56 0.41 334.46 0.96 0.3
Hex 97 3 42 0 62 38 29 14E 60 1E
Octal 227 3 102 0 142 70 51 516 140 36
Binary 10010111 11 1000010 0 1100010 111000 101001 101001110 1100000 11110

Color Harmonies of #970342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970342

Black with #970342

Text Example


Text Example

White with #970342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970342; }

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

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

background-color css

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

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

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

border-color css

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

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

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