Html Css Color HEX #980346 Jazzberry Jam

📋 copy color: '#980346'

red 152 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #980346

Tints of Jazzberry Jam #980346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 67.56%
G = 1.33%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#980346 (or 0x980346) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 46. RGB value is (152,3,70). Sum of RGB (Red+Green+Blue) = 152+3+70=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #980346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980346 is #67FCB9. Grayscale: #373737. Windows color (decimal): -6814906 or 4588440. OLE color: 4588440.

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

Color convert

RGB 152 3 70 -
CMYK 0 0.98 0.54 0.40
HSL 333.02º 0.96% 0.3% -
HSV(B) 333.02º 0.98% 0.6% -
XYZ 14.09 7.18 6.44 -
YUV 55.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 152 3 70 0 0.98 0.54 0.40 333.02 0.96 0.3
Hex 98 3 46 0 62 36 28 14D 60 1E
Octal 230 3 106 0 142 66 50 515 140 36
Binary 10011000 11 1000110 0 1100010 110110 101000 101001101 1100000 11110

Color Harmonies of #980346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980346

Black with #980346

Text Example


Text Example

White with #980346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980346; }

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

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

background-color css

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

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

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

border-color css

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

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

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