Html Css Color HEX #97024E Jazzberry Jam

📋 copy color: '#97024E'

red 151 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #97024E

Tints of Jazzberry Jam #97024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 65.37%
G = 0.87%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#97024E (or 0x97024E) is known color: Jazzberry Jam. HEX triplet: 97, 02 and 4E. RGB value is (151,2,78). Sum of RGB (Red+Green+Blue) = 151+2+78=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #97024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97024E is #68FDB1. Grayscale: #373737. Windows color (decimal): -6880690 or 5112471. OLE color: 5112471.

HSL color Cylindrical-coordinate representation of color #97024E: hue angle of 329.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97024E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 78 -
CMYK 0 0.99 0.48 0.41
HSL 329.4º 0.97% 0.3% -
HSV(B) 329.4º 0.99% 0.59% -
XYZ 14.16 7.17 7.85 -
YUV 55.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 151 2 78 0 0.99 0.48 0.41 329.4 0.97 0.3
Hex 97 2 4E 0 63 30 29 149 61 1E
Octal 227 2 116 0 143 60 51 511 141 36
Binary 10010111 10 1001110 0 1100011 110000 101001 101001001 1100001 11110

Color Harmonies of #97024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97024E

Black with #97024E

Text Example


Text Example

White with #97024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97024E; }

 p { color: rgb(151,2,78); }

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

background-color css

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

 a { background-color: rgb(151,2,78); }

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

border-color css

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

 span { border-color: rgb(151,2,78); }

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