Html Css Color HEX #950346 Jazzberry Jam

📋 copy color: '#950346'

red 149 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #950346

Tints of Jazzberry Jam #950346

RGB

 RED value IS 149 (58.59% from 255) = 67.12%

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

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

R = 67.12%
G = 1.35%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#950346 (or 0x950346) is known color: Jazzberry Jam. HEX triplet: 95, 03 and 46. RGB value is (149,3,70). Sum of RGB (Red+Green+Blue) = 149+3+70=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #950346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950346 is #6AFCB9. Grayscale: #363636. Windows color (decimal): -7011514 or 4588437. OLE color: 4588437.

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

Color convert

RGB 149 3 70 -
CMYK 0 0.98 0.53 0.42
HSL 332.47º 0.96% 0.3% -
HSV(B) 332.47º 0.98% 0.58% -
XYZ 13.53 6.9 6.41 -
YUV 54.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 149 3 70 0 0.98 0.53 0.42 332.47 0.96 0.3
Hex 95 3 46 0 62 35 2A 14C 60 1E
Octal 225 3 106 0 142 65 52 514 140 36
Binary 10010101 11 1000110 0 1100010 110101 101010 101001100 1100000 11110

Color Harmonies of #950346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950346

Black with #950346

Text Example


Text Example

White with #950346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950346; }

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

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

background-color css

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

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

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

border-color css

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

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

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