Html Css Color HEX #970241 Jazzberry Jam

📋 copy color: '#970241'

red 151 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #970241

Tints of Jazzberry Jam #970241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.82%

R = 69.27%
G = 0.92%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#970241 (or 0x970241) is known color: Jazzberry Jam. HEX triplet: 97, 02 and 41. RGB value is (151,2,65). Sum of RGB (Red+Green+Blue) = 151+2+65=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #970241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970241 is #68FDBE. Grayscale: #353535. Windows color (decimal): -6880703 or 4260503. OLE color: 4260503.

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

Color convert

RGB 151 2 65 -
CMYK 0 0.99 0.57 0.41
HSL 334.63º 0.97% 0.3% -
HSV(B) 334.63º 0.99% 0.59% -
XYZ 13.74 7 5.63 -
YUV 53.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 151 2 65 0 0.99 0.57 0.41 334.63 0.97 0.3
Hex 97 2 41 0 63 39 29 14F 61 1E
Octal 227 2 101 0 143 71 51 517 141 36
Binary 10010111 10 1000001 0 1100011 111001 101001 101001111 1100001 11110

Color Harmonies of #970241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970241

Black with #970241

Text Example


Text Example

White with #970241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970241; }

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

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

background-color css

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

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

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

border-color css

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

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

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