#970243

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

Shades of Jazzberry Jam #970243

Tints of Jazzberry Jam #970243

Color information

#970243 (or 0x970243) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 02 and 43. RGB value is (151,2,67). Sum of RGB (Red+Green+Blue) = 151+2+67=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #970243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970243 is #68FDBC. Grayscale: #353535. Windows color (decimal): -6880701 or 4391575. OLE color: 4391575.

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

Color convert

RGB151267-
CMYK00.990.560.41
HSL333.83º97.39%30%-
HSV(B)333.83º98.68%59.22%-
XYZ13.87.035.94-
YUV53.96135.36197.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.64%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=68.64%
G=0.91%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15126700.990.560.41333.8397.3930
Hex97243063382914e611e
Octal22721030143705151614136
Binary1001011110100001101100011111000101001101001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970243; }

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

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

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

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

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

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

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

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