#970245

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

Shades of Jazzberry Jam #970245

Tints of Jazzberry Jam #970245

Color information

#970245 (or 0x970245) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 02 and 45. RGB value is (151,2,69). Sum of RGB (Red+Green+Blue) = 151+2+69=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #970245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970245 is #68FDBA. Grayscale: #363636. Windows color (decimal): -6880699 or 4522647. OLE color: 4522647.

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

Color convert

RGB151269-
CMYK00.990.540.41
HSL333.02º97.39%30%-
HSV(B)333.02º98.68%59.22%-
XYZ13.867.056.26-
YUV54.19136.36197.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.02%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=68.02%
G=0.90%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15126900.990.540.41333.0297.3930
Hex97245063362914d611e
Octal22721050143665151514136
Binary1001011110100010101100011110110101001101001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970245; }

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

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

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

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

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

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

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

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