#930B49

Color #930B49 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #930B49

Tints of Jazzberry Jam #930B49

Color information

#930B49 (or 0x930B49) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0B and 49. RGB value is (147,11,73). Sum of RGB (Red+Green+Blue) = 147+11+73=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #930B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B49 is #6CF4B6. Grayscale: #3A3A3A. Windows color (decimal): -7140535 or 4787091. OLE color: 4787091.

HSL color Cylindrical-coordinate representation of color #930B49: hue angle of 332.65º 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 #930B49 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1471173-
CMYK00.930.500.42
HSL332.65º86.08%30.98%-
HSV(B)332.65º92.52%57.65%-
XYZ13.356.926.94-
YUV58.73136.06190.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=63.64%
G=4.76%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147117300.930.500.42332.6586.0830.98
Hex93B4905D322A14d561f
Octal223131110135625251512637
Binary100100111011100100101011101110010101010101001101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #930B49;
 }
 .AnyTagClassName
 {
   color: #930B49;
 }
</style>
background-color css

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

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

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

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

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

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