Shades of Jazzberry Jam #B02268
Tints of Jazzberry Jam #B02268
RGB
CMYK
RGB Variations
Color information
#B02268 (or 0xB02268) is known color: Jazzberry Jam. HEX triplet: B0, 22 and 68. RGB value is (176,34,104). Sum of RGB (Red+Green+Blue) = 176+34+104=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B02268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02268 is #4FDD97. Grayscale: #545454. Windows color (decimal): -5234072 or 6824624. OLE color: 6824624.
HSL color Cylindrical-coordinate representation of color #B02268: hue angle of 330.42º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02268 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 104 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.31 |
| HSL | 330.42º | 0.68% | 0.41% | - |
| HSV(B) | 330.42º | 0.81% | 0.69% | - |
| XYZ | 20.98 | 11.37 | 14.19 | - |
| YUV | 84.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 104 | 0 | 0.81 | 0.41 | 0.31 | 330.42 | 0.68 | 0.41 |
| Hex | B0 | 22 | 68 | 0 | 51 | 29 | 1F | 14A | 44 | 29 |
| Octal | 260 | 42 | 150 | 0 | 121 | 51 | 37 | 512 | 104 | 51 |
| Binary | 10110000 | 100010 | 1101000 | 0 | 1010001 | 101001 | 11111 | 101001010 | 1000100 | 101001 |
Color Harmonies of #B02268
Complementary color
Monochromatic Colors of #B02268
Black with #B02268
Text Example
Text Example
White with #B02268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02268; }
p { color: rgb(176,34,104); }
H1.HeaderClassName
{
color: #B02268;
}
.AnyTagClassName
{
color: #B02268;
}
</style>
background-color css
<style>
a { background-color: #B02268; }
a { background-color: rgb(176,34,104); }
div.DivClassName
{
background-color: #B02268;
}
.BgClassName
{
background-color: #B02268;
}
</style>
border-color css
<style>
span { border-color: #B02268; }
span { border-color: rgb(176,34,104); }
td.TdClassName
{
border-color: #B02268;
}
.TagClassName
{
border-color: #B02268;
}
</style>