#B41371

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

Shades of Jazzberry Jam #B41371

Tints of Jazzberry Jam #B41371

Color information

#B41371 (or 0xB41371) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 13 and 71. RGB value is (180,19,113). Sum of RGB (Red+Green+Blue) = 180+19+113=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B41371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41371 is #4BEC8E. Grayscale: #4D4D4D. Windows color (decimal): -4975759 or 7410612. OLE color: 7410612.

HSL color Cylindrical-coordinate representation of color #B41371: hue angle of 324.97º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41371 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18019113-
CMYK00.890.370.29
HSL324.97º80.9%39.02%-
HSV(B)324.97º89.44%70.59%-
XYZ22.0411.3616.65-
YUV77.86147.84200.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 19 (7.81% from 255) = 6.09%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=57.69%
G=6.09%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801911300.890.370.29324.9780.939.02
HexB41371059251D1455127
Octal264231610131453550512147
Binary1011010010011111000101011001100101111011010001011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41371; }

 p { color: rgb(180,19,113); }

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

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

 a { background-color: rgb(180,19,113); }

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

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

 span { border-color: rgb(180,19,113); }

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