#B1035B

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

Shades of Jazzberry Jam #B1035B

Tints of Jazzberry Jam #B1035B

Color information

#B1035B (or 0xB1035B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 03 and 5B. RGB value is (177,3,91). Sum of RGB (Red+Green+Blue) = 177+3+91=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1035B is #4EFCA4. Grayscale: #404040. Windows color (decimal): -5176485 or 5964721. OLE color: 5964721.

HSL color Cylindrical-coordinate representation of color #B1035B: hue angle of 329.66º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1035B is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB177391-
CMYK00.980.490.31
HSL329.66º96.67%35.29%-
HSV(B)329.66º98.31%69.41%-
XYZ20.0510.1710.8-
YUV65.06142.65207.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.31%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=65.31%
G=1.11%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17739100.980.490.31329.6696.6735.29
HexB135B062311F14a6123
Octal26131330142613751214143
Binary1011000111101101101100010110001111111010010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1035B; }

 p { color: rgb(177,3,91); }

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

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

 a { background-color: rgb(177,3,91); }

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

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

 span { border-color: rgb(177,3,91); }

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