#B41C66

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

Shades of Jazzberry Jam #B41C66

Tints of Jazzberry Jam #B41C66

Color information

#B41C66 (or 0xB41C66) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1C and 66. RGB value is (180,28,102). Sum of RGB (Red+Green+Blue) = 180+28+102=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C66 is #4BE399. Grayscale: #515151. Windows color (decimal): -4973466 or 6692020. OLE color: 6692020.

HSL color Cylindrical-coordinate representation of color #B41C66: hue angle of 330.79º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41C66 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18028102-
CMYK00.840.430.29
HSL330.79º73.08%40.78%-
HSV(B)330.79º84.44%70.59%-
XYZ21.6411.4913.65-
YUV81.88139.36197.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.06%
GREEN value IS 28 (11.33% from 255) = 9.03%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=58.06%
G=9.03%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802810200.840.430.29330.7973.0840.78
HexB41C660542B1D14b4929
Octal264341460124533551311151
Binary1011010011100110011001010100101011111011010010111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41C66; }

 p { color: rgb(180,28,102); }

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

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

 a { background-color: rgb(180,28,102); }

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

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

 span { border-color: rgb(180,28,102); }

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