Html Css Color HEX #940346 Jazzberry Jam

📋 copy color: '#940346'

red 148 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #940346

Tints of Jazzberry Jam #940346

RGB

 RED value IS 148 (58.2% from 255) = 66.97%

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

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

R = 66.97%
G = 1.36%
B = 31.67%

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

#940346 (or 0x940346) is known color: Jazzberry Jam. HEX triplet: 94, 03 and 46. RGB value is (148,3,70). Sum of RGB (Red+Green+Blue) = 148+3+70=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #940346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940346 is #6BFCB9. Grayscale: #353535. Windows color (decimal): -7077050 or 4588436. OLE color: 4588436.

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

Color convert

RGB 148 3 70 -
CMYK 0 0.98 0.53 0.42
HSL 332.28º 0.96% 0.3% -
HSV(B) 332.28º 0.98% 0.58% -
XYZ 13.35 6.8 6.4 -
YUV 53.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 148 3 70 0 0.98 0.53 0.42 332.28 0.96 0.3
Hex 94 3 46 0 62 35 2A 14C 60 1E
Octal 224 3 106 0 142 65 52 514 140 36
Binary 10010100 11 1000110 0 1100010 110101 101010 101001100 1100000 11110

Color Harmonies of #940346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940346

Black with #940346

Text Example


Text Example

White with #940346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940346; }

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

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

background-color css

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

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

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

border-color css

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

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

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