Shades of Jazzberry Jam #B30266
Tints of Jazzberry Jam #B30266
RGB
CMYK
RGB Variations
Color information
#B30266 (or 0xB30266) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 66. RGB value is (179,2,102). Sum of RGB (Red+Green+Blue) = 179+2+102=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B30266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30266 is #4CFD99. Grayscale: #424242. Windows color (decimal): -5045658 or 6685363. OLE color: 6685363.
HSL color Cylindrical-coordinate representation of color #B30266: hue angle of 326.1º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30266 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.30 |
| HSL | 326.1º | 0.98% | 0.35% | - |
| HSV(B) | 326.1º | 0.99% | 0.7% | - |
| XYZ | 21.01 | 10.59 | 13.51 | - |
| YUV | 66.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 102 | 0 | 0.99 | 0.43 | 0.30 | 326.1 | 0.98 | 0.35 |
| Hex | B3 | 2 | 66 | 0 | 63 | 2B | 1E | 146 | 62 | 23 |
| Octal | 263 | 2 | 146 | 0 | 143 | 53 | 36 | 506 | 142 | 43 |
| Binary | 10110011 | 10 | 1100110 | 0 | 1100011 | 101011 | 11110 | 101000110 | 1100010 | 100011 |
Color Harmonies of #B30266
Complementary color
Monochromatic Colors of #B30266
Black with #B30266
Text Example
Text Example
White with #B30266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30266; }
p { color: rgb(179,2,102); }
H1.HeaderClassName
{
color: #B30266;
}
.AnyTagClassName
{
color: #B30266;
}
</style>
background-color css
<style>
a { background-color: #B30266; }
a { background-color: rgb(179,2,102); }
div.DivClassName
{
background-color: #B30266;
}
.BgClassName
{
background-color: #B30266;
}
</style>
border-color css
<style>
span { border-color: #B30266; }
span { border-color: rgb(179,2,102); }
td.TdClassName
{
border-color: #B30266;
}
.TagClassName
{
border-color: #B30266;
}
</style>