#B11A51

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

Shades of Jazzberry Jam #B11A51

Tints of Jazzberry Jam #B11A51

Color information

#B11A51 (or 0xB11A51) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1A and 51. RGB value is (177,26,81). Sum of RGB (Red+Green+Blue) = 177+26+81=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A51 is #4EE5AE. Grayscale: #4D4D4D. Windows color (decimal): -5170607 or 5315249. OLE color: 5315249.

HSL color Cylindrical-coordinate representation of color #B11A51: hue angle of 338.15º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A51 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1772681-
CMYK00.850.540.31
HSL338.15º74.38%39.8%-
HSV(B)338.15º85.31%69.41%-
XYZ19.9910.688.79-
YUV77.42130.03199.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 26 (10.55% from 255) = 9.15%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=62.32%
G=9.15%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177268100.850.540.31338.1574.3839.8
HexB11A51055361F1524a28
Octal261321210125663752211250
Binary1011000111010101000101010101110110111111010100101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11A51; }

 p { color: rgb(177,26,81); }

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

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

 a { background-color: rgb(177,26,81); }

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

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

 span { border-color: rgb(177,26,81); }

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