Html Css Color HEX #940341 Jazzberry Jam

📋 copy color: '#940341'

red 148 ◦ green 3 ◦ blue 65

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

Shades of Jazzberry Jam #940341

Tints of Jazzberry Jam #940341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 68.52%
G = 1.39%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#940341 (or 0x940341) is known color: Jazzberry Jam. HEX triplet: 94, 03 and 41. RGB value is (148,3,65). Sum of RGB (Red+Green+Blue) = 148+3+65=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #940341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940341 is #6BFCBE. Grayscale: #353535. Windows color (decimal): -7077055 or 4260756. OLE color: 4260756.

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

Color convert

RGB 148 3 65 -
CMYK 0 0.98 0.56 0.42
HSL 334.34º 0.96% 0.3% -
HSV(B) 334.34º 0.98% 0.58% -
XYZ 13.2 6.74 5.61 -
YUV 53.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 148 3 65 0 0.98 0.56 0.42 334.34 0.96 0.3
Hex 94 3 41 0 62 38 2A 14E 60 1E
Octal 224 3 101 0 142 70 52 516 140 36
Binary 10010100 11 1000001 0 1100010 111000 101010 101001110 1100000 11110

Color Harmonies of #940341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940341

Black with #940341

Text Example


Text Example

White with #940341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940341; }

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

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

background-color css

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

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

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

border-color css

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

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

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