Html Css Color HEX #940353 Jazzberry Jam

📋 copy color: '#940353'

red 148 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #940353

Tints of Jazzberry Jam #940353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.47%

R = 63.25%
G = 1.28%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#940353 (or 0x940353) is known color: Jazzberry Jam. HEX triplet: 94, 03 and 53. RGB value is (148,3,83). Sum of RGB (Red+Green+Blue) = 148+3+83=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #940353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940353 is #6BFCAC. Grayscale: #373737. Windows color (decimal): -7077037 or 5440404. OLE color: 5440404.

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

Color convert

RGB 148 3 83 -
CMYK 0 0.98 0.44 0.42
HSL 326.9º 0.96% 0.3% -
HSV(B) 326.9º 0.98% 0.58% -
XYZ 13.81 6.99 8.8 -
YUV 55.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 148 3 83 0 0.98 0.44 0.42 326.9 0.96 0.3
Hex 94 3 53 0 62 2C 2A 147 60 1E
Octal 224 3 123 0 142 54 52 507 140 36
Binary 10010100 11 1010011 0 1100010 101100 101010 101000111 1100000 11110

Color Harmonies of #940353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940353

Black with #940353

Text Example


Text Example

White with #940353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940353; }

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

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

background-color css

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

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

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

border-color css

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

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

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