Html Css Color HEX #960346 Jazzberry Jam

📋 copy color: '#960346'

red 150 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #960346

Tints of Jazzberry Jam #960346

RGB

 RED value IS 150 (58.98% from 255) = 67.26%

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

 BLUE value IS 70 (27.73% from 255) = 31.39%

R = 67.26%
G = 1.35%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#960346 (or 0x960346) is known color: Jazzberry Jam. HEX triplet: 96, 03 and 46. RGB value is (150,3,70). Sum of RGB (Red+Green+Blue) = 150+3+70=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #960346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960346 is #69FCB9. Grayscale: #363636. Windows color (decimal): -6945978 or 4588438. OLE color: 4588438.

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

Color convert

RGB 150 3 70 -
CMYK 0 0.98 0.53 0.41
HSL 332.65º 0.96% 0.3% -
HSV(B) 332.65º 0.98% 0.59% -
XYZ 13.72 6.99 6.42 -
YUV 54.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 150 3 70 0 0.98 0.53 0.41 332.65 0.96 0.3
Hex 96 3 46 0 62 35 29 14D 60 1E
Octal 226 3 106 0 142 65 51 515 140 36
Binary 10010110 11 1000110 0 1100010 110101 101001 101001101 1100000 11110

Color Harmonies of #960346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960346

Black with #960346

Text Example


Text Example

White with #960346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960346; }

 p { color: rgb(150,3,70); }

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

background-color css

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

 a { background-color: rgb(150,3,70); }

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

border-color css

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

 span { border-color: rgb(150,3,70); }

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