#8E0347

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

Shades of Jazzberry Jam #8E0347

Tints of Jazzberry Jam #8E0347

Color information

#8E0347 (or 0x8E0347) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 03 and 47. RGB value is (142,3,71). Sum of RGB (Red+Green+Blue) = 142+3+71=216 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.74% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0347 is #71FCB8. Grayscale: #343434. Windows color (decimal): -7470265 or 4653966. OLE color: 4653966.

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

Color convert

RGB142371-
CMYK00.980.50.44
HSL330.65º95.86%28.43%-
HSV(B)330.65º97.89%55.69%-
XYZ12.336.276.52-
YUV52.31138.55191.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.74%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=65.74%
G=1.39%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14237100.980.50.44330.6595.8628.43
Hex8E347062322C14b601c
Octal21631070142625451314034
Binary1000111011100011101100010110010101100101001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,3,71); }

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

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

 a { background-color: rgb(142,3,71); }

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

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

 span { border-color: rgb(142,3,71); }

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