#970351

Color #970351 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #970351

Tints of Jazzberry Jam #970351

Color information

#970351 (or 0x970351) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 03 and 51. RGB value is (151,3,81). Sum of RGB (Red+Green+Blue) = 151+3+81=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #970351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970351 is #68FCAE. Grayscale: #373737. Windows color (decimal): -6880431 or 5309335. OLE color: 5309335.

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

Color convert

RGB151381-
CMYK00.980.460.41
HSL328.38º96.1%30.2%-
HSV(B)328.38º98.01%59.22%-
XYZ14.287.248.43-
YUV56.14142.03195.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.26%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=64.26%
G=1.28%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15138100.980.460.41328.3896.130.2
Hex973510622E29148601e
Octal22731210142565151014036
Binary1001011111101000101100010101110101001101001000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970351; }

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

 H1.HeaderClassName
 {
   color: #970351;
 }
 .AnyTagClassName
 {
   color: #970351;
 }
</style>
background-color css

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

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

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

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

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

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