Html Css Color HEX #940041 Jazzberry Jam

📋 copy color: '#940041'

red 148 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #940041

Tints of Jazzberry Jam #940041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.48%
G = 0%
B = 30.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#940041 (or 0x940041) is known color: Jazzberry Jam. HEX triplet: 94, 00 and 41. RGB value is (148,0,65). Sum of RGB (Red+Green+Blue) = 148+0+65=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #940041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940041 is #6BFFBE. Grayscale: #333333. Windows color (decimal): -7077823 or 4259988. OLE color: 4259988.

HSL color Cylindrical-coordinate representation of color #940041: hue angle of 333.65º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940041 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 65 -
CMYK 0 1 0.56 0.42
HSL 333.65º 1% 0.29% -
HSV(B) 333.65º 1% 0.58% -
XYZ 13.17 6.68 5.6 -
YUV 51.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 148 0 65 0 1 0.56 0.42 333.65 1 0.29
Hex 94 0 41 0 64 38 2A 14E 64 1D
Octal 224 0 101 0 144 70 52 516 144 35
Binary 10010100 0 1000001 0 1100100 111000 101010 101001110 1100100 11101

Color Harmonies of #940041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940041

Black with #940041

Text Example


Text Example

White with #940041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940041; }

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

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

background-color css

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

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

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

border-color css

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

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

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