#B41B57

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

Shades of Jazzberry Jam #B41B57

Tints of Jazzberry Jam #B41B57

Color information

#B41B57 (or 0xB41B57) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1B and 57. RGB value is (180,27,87). Sum of RGB (Red+Green+Blue) = 180+27+87=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41B57 is #4BE4A8. Grayscale: #4F4F4F. Windows color (decimal): -4973737 or 5708724. OLE color: 5708724.

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

Color convert

RGB1802787-
CMYK00.850.520.29
HSL336.47º73.91%40.59%-
HSV(B)336.47º85%70.59%-
XYZ20.9311.1810.07-
YUV79.59132.19199.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 27 (10.94% from 255) = 9.18%
BLUE value IS 87 (34.38% from 255) = 29.59%
R=61.22%
G=9.18%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180278700.850.520.29336.4773.9140.59
HexB41B57055341D1504a29
Octal264331270125643552011251
Binary1011010011011101011101010101110100111011010100001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B57; }

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

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

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

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

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

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

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

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