#8B0349

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

Shades of Jazzberry Jam #8B0349

Tints of Jazzberry Jam #8B0349

Color information

#8B0349 (or 0x8B0349) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 03 and 49. RGB value is (139,3,73). Sum of RGB (Red+Green+Blue) = 139+3+73=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0349 is #74FCB6. Grayscale: #333333. Windows color (decimal): -7666871 or 4785035. OLE color: 4785035.

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

Color convert

RGB139373-
CMYK00.980.470.45
HSL329.12º95.77%27.84%-
HSV(B)329.12º97.84%54.51%-
XYZ11.886.046.84-
YUV51.64140.06190.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=64.65%
G=1.40%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13937300.980.470.45329.1295.7727.84
Hex8B3490622F2D149601c
Octal21331110142575551114034
Binary1000101111100100101100010101111101101101001001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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