Html Css Color HEX #980246 Jazzberry Jam

📋 copy color: '#980246'

red 152 ◦ green 2 ◦ blue 70

#980246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #980246

Tints of Jazzberry Jam #980246

RGB

 RED value IS 152 (59.77% from 255) = 67.86%

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 67.86%
G = 0.89%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#980246 (or 0x980246) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 46. RGB value is (152,2,70). Sum of RGB (Red+Green+Blue) = 152+2+70=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #980246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980246 is #67FDB9. Grayscale: #363636. Windows color (decimal): -6815162 or 4588184. OLE color: 4588184.

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

Color convert

RGB 152 2 70 -
CMYK 0 0.99 0.54 0.40
HSL 332.8º 0.97% 0.3% -
HSV(B) 332.8º 0.99% 0.6% -
XYZ 14.08 7.16 6.43 -
YUV 54.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 152 2 70 0 0.99 0.54 0.40 332.8 0.97 0.3
Hex 98 2 46 0 63 36 28 14D 61 1E
Octal 230 2 106 0 143 66 50 515 141 36
Binary 10011000 10 1000110 0 1100011 110110 101000 101001101 1100001 11110

Color Harmonies of #980246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980246

Black with #980246

Text Example


Text Example

White with #980246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980246; }

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

 H1.HeaderClassName
 {
   color: #980246;
 }
 .AnyTagClassName
 {
   color: #980246;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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