Html Css Color HEX #940044 Jazzberry Jam

📋 copy color: '#940044'

red 148 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #940044

Tints of Jazzberry Jam #940044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.48%

R = 68.52%
G = 0%
B = 31.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#940044 (or 0x940044) is known color: Jazzberry Jam. HEX triplet: 94, 00 and 44. RGB value is (148,0,68). Sum of RGB (Red+Green+Blue) = 148+0+68=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #940044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940044 is #6BFFBB. Grayscale: #333333. Windows color (decimal): -7077820 or 4456596. OLE color: 4456596.

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

Color convert

RGB 148 0 68 -
CMYK 0 1 0.54 0.42
HSL 332.43º 1% 0.29% -
HSV(B) 332.43º 1% 0.58% -
XYZ 13.26 6.71 6.07 -
YUV 52 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 148 0 68 0 1 0.54 0.42 332.43 1 0.29
Hex 94 0 44 0 64 36 2A 14C 64 1D
Octal 224 0 104 0 144 66 52 514 144 35
Binary 10010100 0 1000100 0 1100100 110110 101010 101001100 1100100 11101

Color Harmonies of #940044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940044

Black with #940044

Text Example


Text Example

White with #940044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940044; }

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

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

background-color css

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

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

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

border-color css

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

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

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