#B3205C

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

Shades of Jazzberry Jam #B3205C

Tints of Jazzberry Jam #B3205C

Color information

#B3205C (or 0xB3205C) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 20 and 5C. RGB value is (179,32,92). Sum of RGB (Red+Green+Blue) = 179+32+92=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B3205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3205C is #4CDFA3. Grayscale: #525252. Windows color (decimal): -5037988 or 6037683. OLE color: 6037683.

HSL color Cylindrical-coordinate representation of color #B3205C: hue angle of 335.51º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3205C is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1793292-
CMYK00.820.490.30
HSL335.51º69.67%41.37%-
HSV(B)335.51º82.12%70.2%-
XYZ21.0411.3911.21-
YUV82.79133.2196.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.08%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=59.08%
G=10.56%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179329200.820.490.30335.5169.6741.37
HexB3205C052311E1504629
Octal263401340122613652010651
Binary10110011100000101110001010010110001111101010100001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3205C; }

 p { color: rgb(179,32,92); }

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

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

 a { background-color: rgb(179,32,92); }

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

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

 span { border-color: rgb(179,32,92); }

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