#B41B5B

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

Shades of Jazzberry Jam #B41B5B

Tints of Jazzberry Jam #B41B5B

Color information

#B41B5B (or 0xB41B5B) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1B and 5B. RGB value is (180,27,91). Sum of RGB (Red+Green+Blue) = 180+27+91=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41B5B is #4BE4A4. Grayscale: #4F4F4F. Windows color (decimal): -4973733 or 5970868. OLE color: 5970868.

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

Color convert

RGB1802791-
CMYK00.850.490.29
HSL334.9º73.91%40.59%-
HSV(B)334.9º85%70.59%-
XYZ21.111.2410.96-
YUV80.04134.19199.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.40%
GREEN value IS 27 (10.94% from 255) = 9.06%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=60.40%
G=9.06%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180279100.850.490.29334.973.9140.59
HexB41B5B055311D14f4a29
Octal264331330125613551711251
Binary1011010011011101101101010101110001111011010011111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B5B; }

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

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

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

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

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

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

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

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