#B41359

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

Shades of Jazzberry Jam #B41359

Tints of Jazzberry Jam #B41359

Color information

#B41359 (or 0xB41359) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 13 and 59. RGB value is (180,19,89). Sum of RGB (Red+Green+Blue) = 180+19+89=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B41359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41359 is #4BECA6. Grayscale: #4B4B4B. Windows color (decimal): -4975783 or 5837748. OLE color: 5837748.

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

Color convert

RGB1801989-
CMYK00.890.510.29
HSL333.91º80.9%39.02%-
HSV(B)333.91º89.44%70.59%-
XYZ20.8610.8910.45-
YUV75.12135.84202.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.5%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=62.5%
G=6.60%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180198900.890.510.29333.9180.939.02
HexB41359059331D14e5127
Octal264231310131633551612147
Binary1011010010011101100101011001110011111011010011101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41359; }

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

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

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

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

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

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

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

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