#B32365

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

Shades of Jazzberry Jam #B32365

Tints of Jazzberry Jam #B32365

Color information

#B32365 (or 0xB32365) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 23 and 65. RGB value is (179,35,101). Sum of RGB (Red+Green+Blue) = 179+35+101=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B32365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32365 is #4CDC9A. Grayscale: #555555. Windows color (decimal): -5037211 or 6628275. OLE color: 6628275.

HSL color Cylindrical-coordinate representation of color #B32365: hue angle of 332.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32365 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17935101-
CMYK00.800.440.30
HSL332.5º67.29%41.96%-
HSV(B)332.5º80.45%70.2%-
XYZ21.5411.7313.44-
YUV85.58136.71194.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 35 (14.06% from 255) = 11.11%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=56.83%
G=11.11%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793510100.800.440.30332.567.2941.96
HexB323650502C1E14c432a
Octal263431450120543651410352
Binary10110011100011110010101010000101100111101010011001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32365; }

 p { color: rgb(179,35,101); }

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

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

 a { background-color: rgb(179,35,101); }

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

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

 span { border-color: rgb(179,35,101); }

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