Html Css Color HEX #970348 Jazzberry Jam

📋 copy color: '#970348'

red 151 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #970348

Tints of Jazzberry Jam #970348

RGB

 RED value IS 151 (59.38% from 255) = 66.81%

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

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

R = 66.81%
G = 1.33%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#970348 (or 0x970348) is known color: Jazzberry Jam. HEX triplet: 97, 03 and 48. RGB value is (151,3,72). Sum of RGB (Red+Green+Blue) = 151+3+72=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #970348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970348 is #68FCB7. Grayscale: #363636. Windows color (decimal): -6880440 or 4719511. OLE color: 4719511.

HSL color Cylindrical-coordinate representation of color #970348: hue angle of 332.03º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970348 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 72 -
CMYK 0 0.98 0.52 0.41
HSL 332.03º 0.96% 0.3% -
HSV(B) 332.03º 0.98% 0.59% -
XYZ 13.96 7.11 6.77 -
YUV 55.12 137.53 196.39 -
System Red Green Blue C M Y K H S L
Decimal 151 3 72 0 0.98 0.52 0.41 332.03 0.96 0.3
Hex 97 3 48 0 62 34 29 14C 60 1E
Octal 227 3 110 0 142 64 51 514 140 36
Binary 10010111 11 1001000 0 1100010 110100 101001 101001100 1100000 11110

Color Harmonies of #970348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970348

Black with #970348

Text Example


Text Example

White with #970348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970348; }

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

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

background-color css

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

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

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

border-color css

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

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

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