Html Css Color HEX #980348 Jazzberry Jam

📋 copy color: '#980348'

red 152 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #980348

Tints of Jazzberry Jam #980348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 66.96%
G = 1.32%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#980348 (or 0x980348) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 48. RGB value is (152,3,72). Sum of RGB (Red+Green+Blue) = 152+3+72=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #980348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980348 is #67FCB7. Grayscale: #373737. Windows color (decimal): -6814904 or 4719512. OLE color: 4719512.

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

Color convert

RGB 152 3 72 -
CMYK 0 0.98 0.53 0.40
HSL 332.21º 0.96% 0.3% -
HSV(B) 332.21º 0.98% 0.6% -
XYZ 14.15 7.21 6.78 -
YUV 55.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 152 3 72 0 0.98 0.53 0.40 332.21 0.96 0.3
Hex 98 3 48 0 62 35 28 14C 60 1E
Octal 230 3 110 0 142 65 50 514 140 36
Binary 10011000 11 1001000 0 1100010 110101 101000 101001100 1100000 11110

Color Harmonies of #980348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980348

Black with #980348

Text Example


Text Example

White with #980348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980348; }

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

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

background-color css

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

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

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

border-color css

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

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

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