#B31A71

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

Shades of Jazzberry Jam #B31A71

Tints of Jazzberry Jam #B31A71

Color information

#B31A71 (or 0xB31A71) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 1A and 71. RGB value is (179,26,113). Sum of RGB (Red+Green+Blue) = 179+26+113=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A71 is #4CE58E. Grayscale: #515151. Windows color (decimal): -5039503 or 7412403. OLE color: 7412403.

HSL color Cylindrical-coordinate representation of color #B31A71: hue angle of 325.88º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A71 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17926113-
CMYK00.850.370.30
HSL325.88º74.63%40.2%-
HSV(B)325.88º85.47%70.2%-
XYZ21.9411.5116.69-
YUV81.67145.69197.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.29%
GREEN value IS 26 (10.55% from 255) = 8.18%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=56.29%
G=8.18%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792611300.850.370.30325.8874.6340.2
HexB31A71055251E1464b28
Octal263321610125453650611350
Binary1011001111010111000101010101100101111101010001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A71; }

 p { color: rgb(179,26,113); }

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

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

 a { background-color: rgb(179,26,113); }

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

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

 span { border-color: rgb(179,26,113); }

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