#B41F69

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

Shades of Jazzberry Jam #B41F69

Tints of Jazzberry Jam #B41F69

Color information

#B41F69 (or 0xB41F69) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1F and 69. RGB value is (180,31,105). Sum of RGB (Red+Green+Blue) = 180+31+105=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41F69 is #4BE096. Grayscale: #535353. Windows color (decimal): -4972695 or 6889396. OLE color: 6889396.

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

Color convert

RGB18031105-
CMYK00.830.420.29
HSL330.2º70.62%41.37%-
HSV(B)330.2º82.78%70.59%-
XYZ21.8611.714.47-
YUV83.99139.86196.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 31 (12.5% from 255) = 9.81%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=56.96%
G=9.81%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803110500.830.420.29330.270.6241.37
HexB41F690532A1D14a4729
Octal264371510123523551210751
Binary1011010011111110100101010011101010111011010010101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F69; }

 p { color: rgb(180,31,105); }

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

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

 a { background-color: rgb(180,31,105); }

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

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

 span { border-color: rgb(180,31,105); }

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