#B3205E

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

Shades of Jazzberry Jam #B3205E

Tints of Jazzberry Jam #B3205E

Color information

#B3205E (or 0xB3205E) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 20 and 5E. RGB value is (179,32,94). Sum of RGB (Red+Green+Blue) = 179+32+94=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3205E is #4CDFA1. Grayscale: #525252. Windows color (decimal): -5037986 or 6168755. OLE color: 6168755.

HSL color Cylindrical-coordinate representation of color #B3205E: hue angle of 334.69º 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 #B3205E is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1793294-
CMYK00.820.470.30
HSL334.69º69.67%41.37%-
HSV(B)334.69º82.12%70.2%-
XYZ21.1311.4211.68-
YUV83.02134.2196.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=58.69%
G=10.49%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179329400.820.470.30334.6969.6741.37
HexB3205E0522F1E14f4629
Octal263401360122573651710651
Binary10110011100000101111001010010101111111101010011111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3205E; }

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

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

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

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

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

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

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

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