#9B0246

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

Shades of Jazzberry Jam #9B0246

Tints of Jazzberry Jam #9B0246

Color information

#9B0246 (or 0x9B0246) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 02 and 46. RGB value is (155,2,70). Sum of RGB (Red+Green+Blue) = 155+2+70=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0246 is #64FDB9. Grayscale: #373737. Windows color (decimal): -6618554 or 4588187. OLE color: 4588187.

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

Color convert

RGB155270-
CMYK00.990.550.39
HSL333.33º97.45%30.78%-
HSV(B)333.33º98.71%60.78%-
XYZ14.647.456.46-
YUV55.5136.19198.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.28%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=68.28%
G=0.88%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15527000.990.550.39333.3397.4530.78
Hex9B246063372714d611f
Octal23321060143674751514137
Binary1001101110100011001100011110111100111101001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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