#9B0351

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

Shades of Jazzberry Jam #9B0351

Tints of Jazzberry Jam #9B0351

Color information

#9B0351 (or 0x9B0351) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 03 and 51. RGB value is (155,3,81). Sum of RGB (Red+Green+Blue) = 155+3+81=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0351 is #64FCAE. Grayscale: #393939. Windows color (decimal): -6618287 or 5309339. OLE color: 5309339.

HSL color Cylindrical-coordinate representation of color #9B0351: hue angle of 329.21º 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 #9B0351 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB155381-
CMYK00.980.480.39
HSL329.21º96.2%30.98%-
HSV(B)329.21º98.06%60.78%-
XYZ15.047.638.46-
YUV57.34141.36197.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.85%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=64.85%
G=1.26%
B=33.89%

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
Decimal15538100.980.480.39329.2196.230.98
Hex9B3510623027149601f
Octal23331210142604751114037
Binary1001101111101000101100010110000100111101001001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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