Shades of Jazzberry Jam #B10266
Tints of Jazzberry Jam #B10266
RGB
CMYK
RGB Variations
Color information
#B10266 (or 0xB10266) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 66. RGB value is (177,2,102). Sum of RGB (Red+Green+Blue) = 177+2+102=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B10266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10266 is #4EFD99. Grayscale: #414141. Windows color (decimal): -5176730 or 6685361. OLE color: 6685361.
HSL color Cylindrical-coordinate representation of color #B10266: hue angle of 325.71º 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 #B10266 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.31 |
| HSL | 325.71º | 0.98% | 0.35% | - |
| HSV(B) | 325.71º | 0.99% | 0.69% | - |
| XYZ | 20.55 | 10.35 | 13.48 | - |
| YUV | 65.73 | 148.48 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 102 | 0 | 0.99 | 0.42 | 0.31 | 325.71 | 0.98 | 0.35 |
| Hex | B1 | 2 | 66 | 0 | 63 | 2A | 1F | 146 | 62 | 23 |
| Octal | 261 | 2 | 146 | 0 | 143 | 52 | 37 | 506 | 142 | 43 |
| Binary | 10110001 | 10 | 1100110 | 0 | 1100011 | 101010 | 11111 | 101000110 | 1100010 | 100011 |
Color Harmonies of #B10266
Complementary color
Monochromatic Colors of #B10266
Black with #B10266
Text Example
Text Example
White with #B10266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10266; }
p { color: rgb(177,2,102); }
H1.HeaderClassName
{
color: #B10266;
}
.AnyTagClassName
{
color: #B10266;
}
</style>
background-color css
<style>
a { background-color: #B10266; }
a { background-color: rgb(177,2,102); }
div.DivClassName
{
background-color: #B10266;
}
.BgClassName
{
background-color: #B10266;
}
</style>
border-color css
<style>
span { border-color: #B10266; }
span { border-color: rgb(177,2,102); }
td.TdClassName
{
border-color: #B10266;
}
.TagClassName
{
border-color: #B10266;
}
</style>