#B41C6C

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

Shades of Jazzberry Jam #B41C6C

Tints of Jazzberry Jam #B41C6C

Color information

#B41C6C (or 0xB41C6C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1C and 6C. RGB value is (180,28,108). Sum of RGB (Red+Green+Blue) = 180+28+108=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C6C is #4BE393. Grayscale: #525252. Windows color (decimal): -4973460 or 7085236. OLE color: 7085236.

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

Color convert

RGB18028108-
CMYK00.840.400.29
HSL328.42º73.08%40.78%-
HSV(B)328.42º84.44%70.59%-
XYZ21.9411.6215.27-
YUV82.57142.36197.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=56.96%
G=8.86%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802810800.840.400.29328.4273.0840.78
HexB41C6C054281D1484929
Octal264341540124503551011151
Binary1011010011100110110001010100101000111011010010001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41C6C; }

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

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

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

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

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

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

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

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