#B41065

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

Shades of Jazzberry Jam #B41065

Tints of Jazzberry Jam #B41065

Color information

#B41065 (or 0xB41065) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 10 and 65. RGB value is (180,16,101). Sum of RGB (Red+Green+Blue) = 180+16+101=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B41065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41065 is #4BEF9A. Grayscale: #4A4A4A. Windows color (decimal): -4976539 or 6623412. OLE color: 6623412.

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

Color convert

RGB18016101-
CMYK00.910.440.29
HSL328.9º83.67%38.43%-
HSV(B)328.9º91.11%70.59%-
XYZ21.3611.0113.31-
YUV74.73142.83203.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=60.61%
G=5.39%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801610100.910.440.29328.983.6738.43
HexB4106505B2C1D1495426
Octal264201450133543551112446
Binary1011010010000110010101011011101100111011010010011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41065; }

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

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

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

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

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

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

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

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