#B41B60

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

Shades of Jazzberry Jam #B41B60

Tints of Jazzberry Jam #B41B60

Color information

#B41B60 (or 0xB41B60) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1B and 60. RGB value is (180,27,96). Sum of RGB (Red+Green+Blue) = 180+27+96=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41B60 is #4BE49F. Grayscale: #505050. Windows color (decimal): -4973728 or 6298548. OLE color: 6298548.

HSL color Cylindrical-coordinate representation of color #B41B60: hue angle of 332.94º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41B60 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1802796-
CMYK00.850.470.29
HSL332.94º73.91%40.59%-
HSV(B)332.94º85%70.59%-
XYZ21.3311.3312.13-
YUV80.61136.69198.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 27 (10.94% from 255) = 8.91%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=59.41%
G=8.91%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180279600.850.470.29332.9473.9140.59
HexB41B600552F1D14d4a29
Octal264331400125573551511251
Binary1011010011011110000001010101101111111011010011011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B60; }

 p { color: rgb(180,27,96); }

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

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

 a { background-color: rgb(180,27,96); }

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

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

 span { border-color: rgb(180,27,96); }

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