Shades of Jazzberry Jam #B1124A
Tints of Jazzberry Jam #B1124A
RGB
CMYK
RGB Variations
Color information
#B1124A (or 0xB1124A) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 4A. RGB value is (177,18,74). Sum of RGB (Red+Green+Blue) = 177+18+74=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1124A is #4EEDB5. Grayscale: #474747. Windows color (decimal): -5172662 or 4854449. OLE color: 4854449.
HSL color Cylindrical-coordinate representation of color #B1124A: hue angle of 338.87º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1124A is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 74 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.31 |
| HSL | 338.87º | 0.82% | 0.38% | - |
| HSV(B) | 338.87º | 0.9% | 0.69% | - |
| XYZ | 19.58 | 10.27 | 7.43 | - |
| YUV | 71.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 74 | 0 | 0.90 | 0.58 | 0.31 | 338.87 | 0.82 | 0.38 |
| Hex | B1 | 12 | 4A | 0 | 5A | 3A | 1F | 153 | 52 | 26 |
| Octal | 261 | 22 | 112 | 0 | 132 | 72 | 37 | 523 | 122 | 46 |
| Binary | 10110001 | 10010 | 1001010 | 0 | 1011010 | 111010 | 11111 | 101010011 | 1010010 | 100110 |
Color Harmonies of #B1124A
Complementary color
Monochromatic Colors of #B1124A
Black with #B1124A
Text Example
Text Example
White with #B1124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1124A; }
p { color: rgb(177,18,74); }
H1.HeaderClassName
{
color: #B1124A;
}
.AnyTagClassName
{
color: #B1124A;
}
</style>
background-color css
<style>
a { background-color: #B1124A; }
a { background-color: rgb(177,18,74); }
div.DivClassName
{
background-color: #B1124A;
}
.BgClassName
{
background-color: #B1124A;
}
</style>
border-color css
<style>
span { border-color: #B1124A; }
span { border-color: rgb(177,18,74); }
td.TdClassName
{
border-color: #B1124A;
}
.TagClassName
{
border-color: #B1124A;
}
</style>