Html Css Color HEX #970353 Jazzberry Jam

📋 copy color: '#970353'

red 151 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #970353

Tints of Jazzberry Jam #970353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.02%

R = 63.71%
G = 1.27%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#970353 (or 0x970353) is known color: Jazzberry Jam. HEX triplet: 97, 03 and 53. RGB value is (151,3,83). Sum of RGB (Red+Green+Blue) = 151+3+83=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #970353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970353 is #68FCAC. Grayscale: #383838. Windows color (decimal): -6880429 or 5440407. OLE color: 5440407.

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

Color convert

RGB 151 3 83 -
CMYK 0 0.98 0.45 0.41
HSL 327.57º 0.96% 0.3% -
HSV(B) 327.57º 0.98% 0.59% -
XYZ 14.36 7.27 8.83 -
YUV 56.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 151 3 83 0 0.98 0.45 0.41 327.57 0.96 0.3
Hex 97 3 53 0 62 2D 29 148 60 1E
Octal 227 3 123 0 142 55 51 510 140 36
Binary 10010111 11 1010011 0 1100010 101101 101001 101001000 1100000 11110

Color Harmonies of #970353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970353

Black with #970353

Text Example


Text Example

White with #970353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970353; }

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

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

background-color css

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

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

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

border-color css

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

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

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