#B41069

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

Shades of Jazzberry Jam #B41069

Tints of Jazzberry Jam #B41069

Color information

#B41069 (or 0xB41069) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 10 and 69. RGB value is (180,16,105). Sum of RGB (Red+Green+Blue) = 180+16+105=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B41069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41069 is #4BEF96. Grayscale: #4A4A4A. Windows color (decimal): -4976535 or 6885556. OLE color: 6885556.

HSL color Cylindrical-coordinate representation of color #B41069: hue angle of 327.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41069 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18016105-
CMYK00.910.420.29
HSL327.44º83.67%38.43%-
HSV(B)327.44º91.11%70.59%-
XYZ21.5611.0914.37-
YUV75.18144.83202.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 16 (6.64% from 255) = 5.32%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=59.80%
G=5.32%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801610500.910.420.29327.4483.6738.43
HexB4106905B2A1D1475426
Octal264201510133523550712446
Binary1011010010000110100101011011101010111011010001111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41069; }

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

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

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

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

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

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

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

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