Html Css Color HEX #980340 Jazzberry Jam

📋 copy color: '#980340'

red 152 ◦ green 3 ◦ blue 64

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

Shades of Jazzberry Jam #980340

Tints of Jazzberry Jam #980340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.22%

R = 69.41%
G = 1.37%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#980340 (or 0x980340) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 40. RGB value is (152,3,64). Sum of RGB (Red+Green+Blue) = 152+3+64=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #980340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980340 is #67FCBF. Grayscale: #363636. Windows color (decimal): -6814912 or 4195224. OLE color: 4195224.

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

Color convert

RGB 152 3 64 -
CMYK 0 0.98 0.58 0.40
HSL 335.44º 0.96% 0.3% -
HSV(B) 335.44º 0.98% 0.6% -
XYZ 13.91 7.11 5.49 -
YUV 54.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 152 3 64 0 0.98 0.58 0.40 335.44 0.96 0.3
Hex 98 3 40 0 62 3A 28 14F 60 1E
Octal 230 3 100 0 142 72 50 517 140 36
Binary 10011000 11 1000000 0 1100010 111010 101000 101001111 1100000 11110

Color Harmonies of #980340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980340

Black with #980340

Text Example


Text Example

White with #980340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980340; }

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

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

background-color css

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

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

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

border-color css

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

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

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