Html Css Color HEX #980341 Jazzberry Jam

📋 copy color: '#980341'

red 152 ◦ green 3 ◦ blue 65

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

Shades of Jazzberry Jam #980341

Tints of Jazzberry Jam #980341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.55%

R = 69.09%
G = 1.36%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#980341 (or 0x980341) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 41. RGB value is (152,3,65). Sum of RGB (Red+Green+Blue) = 152+3+65=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #980341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980341 is #67FCBE. Grayscale: #363636. Windows color (decimal): -6814911 or 4260760. OLE color: 4260760.

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

Color convert

RGB 152 3 65 -
CMYK 0 0.98 0.57 0.40
HSL 335.03º 0.96% 0.3% -
HSV(B) 335.03º 0.98% 0.6% -
XYZ 13.94 7.12 5.64 -
YUV 54.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 152 3 65 0 0.98 0.57 0.40 335.03 0.96 0.3
Hex 98 3 41 0 62 39 28 14F 60 1E
Octal 230 3 101 0 142 71 50 517 140 36
Binary 10011000 11 1000001 0 1100010 111001 101000 101001111 1100000 11110

Color Harmonies of #980341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980341

Black with #980341

Text Example


Text Example

White with #980341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980341; }

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

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

background-color css

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

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

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

border-color css

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

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

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