#B1034E

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

Shades of Jazzberry Jam #B1034E

Tints of Jazzberry Jam #B1034E

Color information

#B1034E (or 0xB1034E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 03 and 4E. RGB value is (177,3,78). Sum of RGB (Red+Green+Blue) = 177+3+78=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1034E is #4EFCB1. Grayscale: #3F3F3F. Windows color (decimal): -5176498 or 5112753. OLE color: 5112753.

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

Color convert

RGB177378-
CMYK00.980.560.31
HSL334.14º96.67%35.29%-
HSV(B)334.14º98.31%69.41%-
XYZ19.549.968.1-
YUV63.58136.15208.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.60%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=68.60%
G=1.16%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17737800.980.560.31334.1496.6735.29
HexB134E062381F14e6123
Octal26131160142703751614143
Binary1011000111100111001100010111000111111010011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1034E; }

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

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

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

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

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

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

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

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