Html Css Color HEX #970244 Jazzberry Jam

📋 copy color: '#970244'

red 151 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #970244

Tints of Jazzberry Jam #970244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 68.33%
G = 0.9%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#970244 (or 0x970244) is known color: Jazzberry Jam. HEX triplet: 97, 02 and 44. RGB value is (151,2,68). Sum of RGB (Red+Green+Blue) = 151+2+68=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #970244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970244 is #68FDBB. Grayscale: #353535. Windows color (decimal): -6880700 or 4457111. OLE color: 4457111.

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

Color convert

RGB 151 2 68 -
CMYK 0 0.99 0.55 0.41
HSL 333.42º 0.97% 0.3% -
HSV(B) 333.42º 0.99% 0.59% -
XYZ 13.83 7.04 6.1 -
YUV 54.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 151 2 68 0 0.99 0.55 0.41 333.42 0.97 0.3
Hex 97 2 44 0 63 37 29 14D 61 1E
Octal 227 2 104 0 143 67 51 515 141 36
Binary 10010111 10 1000100 0 1100011 110111 101001 101001101 1100001 11110

Color Harmonies of #970244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970244

Black with #970244

Text Example


Text Example

White with #970244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970244; }

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

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

background-color css

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

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

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

border-color css

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

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

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