#970349

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

Shades of Jazzberry Jam #970349

Tints of Jazzberry Jam #970349

Color information

#970349 (or 0x970349) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 03 and 49. RGB value is (151,3,73). Sum of RGB (Red+Green+Blue) = 151+3+73=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #970349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970349 is #68FCB6. Grayscale: #373737. Windows color (decimal): -6880439 or 4785047. OLE color: 4785047.

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

Color convert

RGB151373-
CMYK00.980.520.41
HSL331.62º96.1%30.2%-
HSV(B)331.62º98.01%59.22%-
XYZ147.136.94-
YUV55.23138.03196.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.52%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=66.52%
G=1.32%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15137300.980.520.41331.6296.130.2
Hex97349062342914c601e
Octal22731110142645151414036
Binary1001011111100100101100010110100101001101001100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970349; }

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

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

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

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

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

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

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

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