#B41B6E

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

Shades of Jazzberry Jam #B41B6E

Tints of Jazzberry Jam #B41B6E

Color information

#B41B6E (or 0xB41B6E) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1B and 6E. RGB value is (180,27,110). Sum of RGB (Red+Green+Blue) = 180+27+110=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41B6E is #4BE491. Grayscale: #525252. Windows color (decimal): -4973714 or 7216052. OLE color: 7216052.

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

Color convert

RGB18027110-
CMYK00.850.390.29
HSL327.45º73.91%40.59%-
HSV(B)327.45º85%70.59%-
XYZ22.0311.6115.83-
YUV82.21143.69197.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 27 (10.94% from 255) = 8.52%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=56.78%
G=8.52%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802711000.850.390.29327.4573.9140.59
HexB41B6E055271D1474a29
Octal264331560125473550711251
Binary1011010011011110111001010101100111111011010001111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B6E; }

 p { color: rgb(180,27,110); }

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

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

 a { background-color: rgb(180,27,110); }

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

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

 span { border-color: rgb(180,27,110); }

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