Html Css Color HEX #940244 Jazzberry Jam

📋 copy color: '#940244'

red 148 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #940244

Tints of Jazzberry Jam #940244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 67.89%
G = 0.92%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#940244 (or 0x940244) is known color: Jazzberry Jam. HEX triplet: 94, 02 and 44. RGB value is (148,2,68). Sum of RGB (Red+Green+Blue) = 148+2+68=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #940244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940244 is #6BFDBB. Grayscale: #353535. Windows color (decimal): -7077308 or 4457108. OLE color: 4457108.

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

Color convert

RGB 148 2 68 -
CMYK 0 0.99 0.54 0.42
HSL 332.88º 0.97% 0.29% -
HSV(B) 332.88º 0.99% 0.58% -
XYZ 13.28 6.76 6.07 -
YUV 53.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 148 2 68 0 0.99 0.54 0.42 332.88 0.97 0.29
Hex 94 2 44 0 63 36 2A 14D 61 1D
Octal 224 2 104 0 143 66 52 515 141 35
Binary 10010100 10 1000100 0 1100011 110110 101010 101001101 1100001 11101

Color Harmonies of #940244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940244

Black with #940244

Text Example


Text Example

White with #940244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940244; }

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

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

background-color css

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

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

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

border-color css

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

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

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