#9B0352

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

Shades of Jazzberry Jam #9B0352

Tints of Jazzberry Jam #9B0352

Color information

#9B0352 (or 0x9B0352) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 03 and 52. RGB value is (155,3,82). Sum of RGB (Red+Green+Blue) = 155+3+82=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0352 is #64FCAD. Grayscale: #393939. Windows color (decimal): -6618286 or 5374875. OLE color: 5374875.

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

Color convert

RGB155382-
CMYK00.980.470.39
HSL328.82º96.2%30.98%-
HSV(B)328.82º98.06%60.78%-
XYZ15.077.648.66-
YUV57.45141.86197.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=64.58%
G=1.25%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15538200.980.470.39328.8296.230.98
Hex9B3520622F27149601f
Octal23331220142574751114037
Binary1001101111101001001100010101111100111101001001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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