#B41C6B

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

Shades of Jazzberry Jam #B41C6B

Tints of Jazzberry Jam #B41C6B

Color information

#B41C6B (or 0xB41C6B) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1C and 6B. RGB value is (180,28,107). Sum of RGB (Red+Green+Blue) = 180+28+107=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C6B is #4BE394. Grayscale: #525252. Windows color (decimal): -4973461 or 7019700. OLE color: 7019700.

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

Color convert

RGB18028107-
CMYK00.840.410.29
HSL328.82º73.08%40.78%-
HSV(B)328.82º84.44%70.59%-
XYZ21.8911.614.99-
YUV82.45141.86197.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 28 (11.33% from 255) = 8.89%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=57.14%
G=8.89%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802810700.840.410.29328.8273.0840.78
HexB41C6B054291D1494929
Octal264341530124513551111151
Binary1011010011100110101101010100101001111011010010011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41C6B; }

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

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

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

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

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

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

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

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