#B41E6C

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

Shades of Jazzberry Jam #B41E6C

Tints of Jazzberry Jam #B41E6C

Color information

#B41E6C (or 0xB41E6C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1E and 6C. RGB value is (180,30,108). Sum of RGB (Red+Green+Blue) = 180+30+108=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41E6C is #4BE193. Grayscale: #535353. Windows color (decimal): -4972948 or 7085748. OLE color: 7085748.

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

Color convert

RGB18030108-
CMYK00.830.400.29
HSL328.8º71.43%41.18%-
HSV(B)328.8º83.33%70.59%-
XYZ21.9911.7115.29-
YUV83.74141.7196.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=56.60%
G=9.43%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803010800.830.400.29328.871.4341.18
HexB41E6C053281D1494729
Octal264361540123503551110751
Binary1011010011110110110001010011101000111011010010011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41E6C; }

 p { color: rgb(180,30,108); }

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

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

 a { background-color: rgb(180,30,108); }

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

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

 span { border-color: rgb(180,30,108); }

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