#970250

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

Shades of Jazzberry Jam #970250

Tints of Jazzberry Jam #970250

Color information

#970250 (or 0x970250) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 02 and 50. RGB value is (151,2,80). Sum of RGB (Red+Green+Blue) = 151+2+80=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #970250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970250 is #68FDAF. Grayscale: #373737. Windows color (decimal): -6880688 or 5243543. OLE color: 5243543.

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

Color convert

RGB151280-
CMYK00.990.470.41
HSL328.59º97.39%30%-
HSV(B)328.59º98.68%59.22%-
XYZ14.237.28.23-
YUV55.44141.86196.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.81%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=64.81%
G=0.86%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15128000.990.470.41328.5997.3930
Hex972500632F29149611e
Octal22721200143575151114136
Binary1001011110101000001100011101111101001101001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970250; }

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

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

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

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

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

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

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

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