Html Css Color HEX #980343 Jazzberry Jam

📋 copy color: '#980343'

red 152 ◦ green 3 ◦ blue 67

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

Shades of Jazzberry Jam #980343

Tints of Jazzberry Jam #980343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.18%

R = 68.47%
G = 1.35%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#980343 (or 0x980343) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 43. RGB value is (152,3,67). Sum of RGB (Red+Green+Blue) = 152+3+67=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #980343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980343 is #67FCBC. Grayscale: #363636. Windows color (decimal): -6814909 or 4391832. OLE color: 4391832.

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

Color convert

RGB 152 3 67 -
CMYK 0 0.98 0.56 0.40
HSL 334.23º 0.96% 0.3% -
HSV(B) 334.23º 0.98% 0.6% -
XYZ 13.99 7.15 5.95 -
YUV 54.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 152 3 67 0 0.98 0.56 0.40 334.23 0.96 0.3
Hex 98 3 43 0 62 38 28 14E 60 1E
Octal 230 3 103 0 142 70 50 516 140 36
Binary 10011000 11 1000011 0 1100010 111000 101000 101001110 1100000 11110

Color Harmonies of #980343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980343

Black with #980343

Text Example


Text Example

White with #980343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980343; }

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

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

background-color css

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

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

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

border-color css

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

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

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