Html Css Color HEX #8B0347 Jazzberry Jam

📋 copy color: '#8B0347'

red 139 ◦ green 3 ◦ blue 71

#8B0347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #8B0347

Tints of Jazzberry Jam #8B0347

RGB

 RED value IS 139 (54.69% from 255) = 65.26%

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 65.26%
G = 1.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8B0347 (or 0x8B0347) is known color: Jazzberry Jam. HEX triplet: 8B, 03 and 47. RGB value is (139,3,71). Sum of RGB (Red+Green+Blue) = 139+3+71=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0347 is #74FCB8. Grayscale: #333333. Windows color (decimal): -7666873 or 4653963. OLE color: 4653963.

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

Color convert

RGB 139 3 71 -
CMYK 0 0.98 0.49 0.45
HSL 330º 0.96% 0.28% -
HSV(B) 330º 0.98% 0.55% -
XYZ 11.82 6.01 6.5 -
YUV 51.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 139 3 71 0 0.98 0.49 0.45 330 0.96 0.28
Hex 8B 3 47 0 62 31 2D 14A 60 1C
Octal 213 3 107 0 142 61 55 512 140 34
Binary 10001011 11 1000111 0 1100010 110001 101101 101001010 1100000 11100

Color Harmonies of #8B0347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0347

Black with #8B0347

Text Example


Text Example

White with #8B0347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B0347;
 }
 .AnyTagClassName
 {
   color: #8B0347;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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