Html Css Color HEX #940B49 Jazzberry Jam

📋 copy color: '#940B49'

red 148 ◦ green 11 ◦ blue 73

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

Shades of Jazzberry Jam #940B49

Tints of Jazzberry Jam #940B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.74%

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 63.79%
G = 4.74%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#940B49 (or 0x940B49) is known color: Jazzberry Jam. HEX triplet: 94, 0B and 49. RGB value is (148,11,73). Sum of RGB (Red+Green+Blue) = 148+11+73=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #940B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B49 is #6BF4B6. Grayscale: #3A3A3A. Windows color (decimal): -7074999 or 4787092. OLE color: 4787092.

HSL color Cylindrical-coordinate representation of color #940B49: hue angle of 332.85º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B49 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 11 73 -
CMYK 0 0.93 0.51 0.42
HSL 332.85º 0.86% 0.31% -
HSV(B) 332.85º 0.93% 0.58% -
XYZ 13.54 7.02 6.94 -
YUV 59.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 148 11 73 0 0.93 0.51 0.42 332.85 0.86 0.31
Hex 94 B 49 0 5D 33 2A 14D 56 1F
Octal 224 13 111 0 135 63 52 515 126 37
Binary 10010100 1011 1001001 0 1011101 110011 101010 101001101 1010110 11111

Color Harmonies of #940B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B49

Black with #940B49

Text Example


Text Example

White with #940B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940B49; }

 p { color: rgb(148,11,73); }

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

background-color css

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

 a { background-color: rgb(148,11,73); }

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

border-color css

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

 span { border-color: rgb(148,11,73); }

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