Shades of Jazzberry Jam #B1025D
Tints of Jazzberry Jam #B1025D
RGB
CMYK
RGB Variations
Color information
#B1025D (or 0xB1025D) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 5D. RGB value is (177,2,93). Sum of RGB (Red+Green+Blue) = 177+2+93=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1025D is #4EFDA2. Grayscale: #404040. Windows color (decimal): -5176739 or 6095537. OLE color: 6095537.
HSL color Cylindrical-coordinate representation of color #B1025D: hue angle of 328.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1025D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.31 |
| HSL | 328.8º | 0.98% | 0.35% | - |
| HSV(B) | 328.8º | 0.99% | 0.69% | - |
| XYZ | 20.13 | 10.18 | 11.26 | - |
| YUV | 64.7 | 143.98 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 93 | 0 | 0.99 | 0.47 | 0.31 | 328.8 | 0.98 | 0.35 |
| Hex | B1 | 2 | 5D | 0 | 63 | 2F | 1F | 149 | 62 | 23 |
| Octal | 261 | 2 | 135 | 0 | 143 | 57 | 37 | 511 | 142 | 43 |
| Binary | 10110001 | 10 | 1011101 | 0 | 1100011 | 101111 | 11111 | 101001001 | 1100010 | 100011 |
Color Harmonies of #B1025D
Complementary color
Monochromatic Colors of #B1025D
Black with #B1025D
Text Example
Text Example
White with #B1025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1025D; }
p { color: rgb(177,2,93); }
H1.HeaderClassName
{
color: #B1025D;
}
.AnyTagClassName
{
color: #B1025D;
}
</style>
background-color css
<style>
a { background-color: #B1025D; }
a { background-color: rgb(177,2,93); }
div.DivClassName
{
background-color: #B1025D;
}
.BgClassName
{
background-color: #B1025D;
}
</style>
border-color css
<style>
span { border-color: #B1025D; }
span { border-color: rgb(177,2,93); }
td.TdClassName
{
border-color: #B1025D;
}
.TagClassName
{
border-color: #B1025D;
}
</style>