#B41C6A

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

Shades of Jazzberry Jam #B41C6A

Tints of Jazzberry Jam #B41C6A

Color information

#B41C6A (or 0xB41C6A) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1C and 6A. RGB value is (180,28,106). Sum of RGB (Red+Green+Blue) = 180+28+106=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C6A is #4BE395. Grayscale: #525252. Windows color (decimal): -4973462 or 6954164. OLE color: 6954164.

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

Color convert

RGB18028106-
CMYK00.840.410.29
HSL329.21º73.08%40.78%-
HSV(B)329.21º84.44%70.59%-
XYZ21.8411.5714.72-
YUV82.34141.36197.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 28 (11.33% from 255) = 8.92%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=57.32%
G=8.92%
B=33.76%

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
Decimal1802810600.840.410.29329.2173.0840.78
HexB41C6A054291D1494929
Octal264341520124513551111151
Binary1011010011100110101001010100101001111011010010011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41C6A; }

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

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

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

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

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

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

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

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