#B41963

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

Shades of Jazzberry Jam #B41963

Tints of Jazzberry Jam #B41963

Color information

#B41963 (or 0xB41963) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 19 and 63. RGB value is (180,25,99). Sum of RGB (Red+Green+Blue) = 180+25+99=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B41963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41963 is #4BE69C. Grayscale: #4F4F4F. Windows color (decimal): -4974237 or 6494644. OLE color: 6494644.

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

Color convert

RGB1802599-
CMYK00.860.450.29
HSL331.35º75.61%40.2%-
HSV(B)331.35º86.11%70.59%-
XYZ21.4211.312.86-
YUV79.78138.85199.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 25 (10.16% from 255) = 8.22%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=59.21%
G=8.22%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180259900.860.450.29331.3575.6140.2
HexB419630562D1D14b4c28
Octal264311430126553551311450
Binary1011010011001110001101010110101101111011010010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41963; }

 p { color: rgb(180,25,99); }

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

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

 a { background-color: rgb(180,25,99); }

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

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

 span { border-color: rgb(180,25,99); }

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