#9B0350

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

Shades of Jazzberry Jam #9B0350

Tints of Jazzberry Jam #9B0350

Color information

#9B0350 (or 0x9B0350) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 03 and 50. RGB value is (155,3,80). Sum of RGB (Red+Green+Blue) = 155+3+80=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0350 is #64FCAF. Grayscale: #393939. Windows color (decimal): -6618288 or 5243803. OLE color: 5243803.

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

Color convert

RGB155380-
CMYK00.980.480.39
HSL329.61º96.2%30.98%-
HSV(B)329.61º98.06%60.78%-
XYZ157.618.27-
YUV57.23140.86197.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=65.13%
G=1.26%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15538000.980.480.39329.6196.230.98
Hex9B350062302714a601f
Octal23331200142604751214037
Binary1001101111101000001100010110000100111101001010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,3,80); }

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

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

 a { background-color: rgb(155,3,80); }

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

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

 span { border-color: rgb(155,3,80); }

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