#B41769

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

Shades of Jazzberry Jam #B41769

Tints of Jazzberry Jam #B41769

Color information

#B41769 (or 0xB41769) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 17 and 69. RGB value is (180,23,105). Sum of RGB (Red+Green+Blue) = 180+23+105=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B41769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41769 is #4BE896. Grayscale: #4F4F4F. Windows color (decimal): -4974743 or 6887348. OLE color: 6887348.

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

Color convert

RGB18023105-
CMYK00.870.420.29
HSL328.66º77.34%39.8%-
HSV(B)328.66º87.22%70.59%-
XYZ21.6811.3414.41-
YUV79.29142.51199.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 23 (9.38% from 255) = 7.47%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=58.44%
G=7.47%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802310500.870.420.29328.6677.3439.8
HexB417690572A1D1494d28
Octal264271510127523551111550
Binary1011010010111110100101010111101010111011010010011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41769; }

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

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

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

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

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

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

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

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