#9B0046

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

Shades of Jazzberry Jam #9B0046

Tints of Jazzberry Jam #9B0046

Color information

#9B0046 (or 0x9B0046) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 00 and 46. RGB value is (155,0,70). Sum of RGB (Red+Green+Blue) = 155+0+70=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0046 is #64FFB9. Grayscale: #363636. Windows color (decimal): -6619066 or 4587675. OLE color: 4587675.

HSL color Cylindrical-coordinate representation of color #9B0046: hue angle of 332.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0046 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB155070-
CMYK010.550.39
HSL332.9º100%30.39%-
HSV(B)332.9º100%60.78%-
XYZ14.627.416.45-
YUV54.32136.85199.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=68.89%
G=0%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155070010.550.39332.910030.39
Hex9B046064372714d641e
Octal23301060144674751514436
Binary100110110100011001100100110111100111101001101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B0046; }

 p { color: rgb(155,0,70); }

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

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

 a { background-color: rgb(155,0,70); }

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

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

 span { border-color: rgb(155,0,70); }

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