#980356

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

Shades of Jazzberry Jam #980356

Tints of Jazzberry Jam #980356

Color information

#980356 (or 0x980356) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 03 and 56. RGB value is (152,3,86). Sum of RGB (Red+Green+Blue) = 152+3+86=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #980356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980356 is #67FCA9. Grayscale: #383838. Windows color (decimal): -6814890 or 5637016. OLE color: 5637016.

HSL color Cylindrical-coordinate representation of color #980356: hue angle of 326.58º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980356 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB152386-
CMYK00.980.430.40
HSL326.58º96.13%30.39%-
HSV(B)326.58º98.03%59.61%-
XYZ14.667.419.46-
YUV57.01144.36195.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=63.07%
G=1.24%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15238600.980.430.40326.5896.1330.39
Hex983560622B28147601e
Octal23031260142535050714036
Binary1001100011101011001100010101011101000101000111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980356; }

 p { color: rgb(152,3,86); }

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

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

 a { background-color: rgb(152,3,86); }

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

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

 span { border-color: rgb(152,3,86); }

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