#970340

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

Shades of Jazzberry Jam #970340

Tints of Jazzberry Jam #970340

Color information

#970340 (or 0x970340) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 03 and 40. RGB value is (151,3,64). Sum of RGB (Red+Green+Blue) = 151+3+64=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #970340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970340 is #68FCBF. Grayscale: #363636. Windows color (decimal): -6880448 or 4195223. OLE color: 4195223.

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

Color convert

RGB151364-
CMYK00.980.580.41
HSL335.27º96.1%30.2%-
HSV(B)335.27º98.01%59.22%-
XYZ13.727.015.48-
YUV54.21133.53197.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 69.27%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=69.27%
G=1.38%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15136400.980.580.41335.2796.130.2
Hex973400623A2914f601e
Octal22731000142725151714036
Binary1001011111100000001100010111010101001101001111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970340; }

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

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

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

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

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

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

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

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