#B1035A

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

Shades of Jazzberry Jam #B1035A

Tints of Jazzberry Jam #B1035A

Color information

#B1035A (or 0xB1035A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 03 and 5A. RGB value is (177,3,90). Sum of RGB (Red+Green+Blue) = 177+3+90=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1035A is #4EFCA5. Grayscale: #404040. Windows color (decimal): -5176486 or 5899185. OLE color: 5899185.

HSL color Cylindrical-coordinate representation of color #B1035A: hue angle of 330º 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 #B1035A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB177390-
CMYK00.980.490.31
HSL330º96.67%35.29%-
HSV(B)330º98.31%69.41%-
XYZ20.0110.1510.58-
YUV64.94142.15207.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=65.56%
G=1.11%
B=33.33%

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
Decimal17739000.980.490.3133096.6735.29
HexB135A062311F14a6123
Octal26131320142613751214143
Binary1011000111101101001100010110001111111010010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1035A; }

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

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

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

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

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

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

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

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