#980243

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

Shades of Jazzberry Jam #980243

Tints of Jazzberry Jam #980243

Color information

#980243 (or 0x980243) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 02 and 43. RGB value is (152,2,67). Sum of RGB (Red+Green+Blue) = 152+2+67=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #980243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980243 is #67FDBC. Grayscale: #363636. Windows color (decimal): -6815165 or 4391576. OLE color: 4391576.

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

Color convert

RGB152267-
CMYK00.990.560.40
HSL334º97.4%30.2%-
HSV(B)334º98.68%59.61%-
XYZ13.987.125.95-
YUV54.26135.2197.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.78%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 67 (26.56% from 255) = 30.32%
R=68.78%
G=0.90%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15226700.990.560.4033497.430.2
Hex98243063382814e611e
Octal23021030143705051614136
Binary1001100010100001101100011111000101000101001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980243; }

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

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

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

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

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

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

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

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