#8B0346

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

Shades of Jazzberry Jam #8B0346

Tints of Jazzberry Jam #8B0346

Color information

#8B0346 (or 0x8B0346) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 03 and 46. RGB value is (139,3,70). Sum of RGB (Red+Green+Blue) = 139+3+70=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0346 is #74FCB9. Grayscale: #333333. Windows color (decimal): -7666874 or 4588427. OLE color: 4588427.

HSL color Cylindrical-coordinate representation of color #8B0346: hue angle of 330.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B0346 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB139370-
CMYK00.980.500.45
HSL330.44º95.77%27.84%-
HSV(B)330.44º97.84%54.51%-
XYZ11.7966.33-
YUV51.3138.56190.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.57%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=65.57%
G=1.42%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13937000.980.500.45330.4495.7727.84
Hex8B346062322D14a601c
Octal21331060142625551214034
Binary1000101111100011001100010110010101101101001010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0346; }

 p { color: rgb(139,3,70); }

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

<style>
 a { background-color: #8B0346; }

 a { background-color: rgb(139,3,70); }

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

<style>
 span { border-color: #8B0346; }

 span { border-color: rgb(139,3,70); }

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