Html Css Color HEX #970051 Jazzberry Jam

📋 copy color: '#970051'

red 151 ◦ green 0 ◦ blue 81

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

Shades of Jazzberry Jam #970051

Tints of Jazzberry Jam #970051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 81 (32.03% from 255) = 34.91%

R = 65.09%
G = 0%
B = 34.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#970051 (or 0x970051) is known color: Jazzberry Jam. HEX triplet: 97, 00 and 51. RGB value is (151,0,81). Sum of RGB (Red+Green+Blue) = 151+0+81=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #970051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970051 is #68FFAE. Grayscale: #363636. Windows color (decimal): -6881199 or 5308567. OLE color: 5308567.

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

Color convert

RGB 151 0 81 -
CMYK 0 1 0.46 0.41
HSL 327.81º 1% 0.3% -
HSV(B) 327.81º 1% 0.59% -
XYZ 14.25 7.17 8.42 -
YUV 54.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 151 0 81 0 1 0.46 0.41 327.81 1 0.3
Hex 97 0 51 0 64 2E 29 148 64 1E
Octal 227 0 121 0 144 56 51 510 144 36
Binary 10010111 0 1010001 0 1100100 101110 101001 101001000 1100100 11110

Color Harmonies of #970051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970051

Black with #970051

Text Example


Text Example

White with #970051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970051; }

 p { color: rgb(151,0,81); }

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

background-color css

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

 a { background-color: rgb(151,0,81); }

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

border-color css

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

 span { border-color: rgb(151,0,81); }

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