#B41759

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

Shades of Jazzberry Jam #B41759

Tints of Jazzberry Jam #B41759

Color information

#B41759 (or 0xB41759) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 17 and 59. RGB value is (180,23,89). Sum of RGB (Red+Green+Blue) = 180+23+89=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B41759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41759 is #4BE8A6. Grayscale: #4D4D4D. Windows color (decimal): -4974759 or 5838772. OLE color: 5838772.

HSL color Cylindrical-coordinate representation of color #B41759: hue angle of 334.78º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41759 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1802389-
CMYK00.870.510.29
HSL334.78º77.34%39.8%-
HSV(B)334.78º87.22%70.59%-
XYZ20.9311.0410.48-
YUV77.47134.51201.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 23 (9.38% from 255) = 7.88%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=61.64%
G=7.88%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180238900.870.510.29334.7877.3439.8
HexB41759057331D14f4d28
Octal264271310127633551711550
Binary1011010010111101100101010111110011111011010011111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41759; }

 p { color: rgb(180,23,89); }

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

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

 a { background-color: rgb(180,23,89); }

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

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

 span { border-color: rgb(180,23,89); }

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