#B41356

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

Shades of Jazzberry Jam #B41356

Tints of Jazzberry Jam #B41356

Color information

#B41356 (or 0xB41356) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 13 and 56. RGB value is (180,19,86). Sum of RGB (Red+Green+Blue) = 180+19+86=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B41356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41356 is #4BECA9. Grayscale: #4A4A4A. Windows color (decimal): -4975786 or 5641140. OLE color: 5641140.

HSL color Cylindrical-coordinate representation of color #B41356: hue angle of 335.03º 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 #B41356 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1801986-
CMYK00.890.520.29
HSL335.03º80.9%39.02%-
HSV(B)335.03º89.44%70.59%-
XYZ20.7310.849.8-
YUV74.78134.34203.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 19 (7.81% from 255) = 6.67%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=63.16%
G=6.67%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180198600.890.520.29335.0380.939.02
HexB41356059341D14f5127
Octal264231260131643551712147
Binary1011010010011101011001011001110100111011010011111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41356; }

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

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

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

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

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

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

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

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