#9B0345

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

Shades of Jazzberry Jam #9B0345

Tints of Jazzberry Jam #9B0345

Color information

#9B0345 (or 0x9B0345) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 03 and 45. RGB value is (155,3,69). Sum of RGB (Red+Green+Blue) = 155+3+69=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0345 is #64FCBA. Grayscale: #373737. Windows color (decimal): -6618299 or 4522907. OLE color: 4522907.

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

Color convert

RGB155369-
CMYK00.980.550.39
HSL333.95º96.2%30.98%-
HSV(B)333.95º98.06%60.78%-
XYZ14.627.466.3-
YUV55.97135.36198.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.28%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=68.28%
G=1.32%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15536900.980.550.39333.9596.230.98
Hex9B345062372714e601f
Octal23331050142674751614037
Binary1001101111100010101100010110111100111101001110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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