#970253

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

Shades of Jazzberry Jam #970253

Tints of Jazzberry Jam #970253

Color information

#970253 (or 0x970253) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 02 and 53. RGB value is (151,2,83). Sum of RGB (Red+Green+Blue) = 151+2+83=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #970253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970253 is #68FDAC. Grayscale: #373737. Windows color (decimal): -6880685 or 5440151. OLE color: 5440151.

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

Color convert

RGB151283-
CMYK00.990.450.41
HSL327.38º97.39%30%-
HSV(B)327.38º98.68%59.22%-
XYZ14.357.258.83-
YUV55.78143.36195.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.98%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=63.98%
G=0.85%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15128300.990.450.41327.3897.3930
Hex972530632D29147611e
Octal22721230143555150714136
Binary1001011110101001101100011101101101001101000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970253; }

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

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

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

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

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

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

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

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