Shades of Jazzberry Jam #B80365
Tints of Jazzberry Jam #B80365
RGB
CMYK
RGB Variations
Color information
#B80365 (or 0xB80365) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 65. RGB value is (184,3,101). Sum of RGB (Red+Green+Blue) = 184+3+101=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B80365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80365 is #47FC9A. Grayscale: #444444. Windows color (decimal): -4717723 or 6620088. OLE color: 6620088.
HSL color Cylindrical-coordinate representation of color #B80365: hue angle of 327.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80365 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.28 |
| HSL | 327.51º | 0.97% | 0.37% | - |
| HSV(B) | 327.51º | 0.98% | 0.72% | - |
| XYZ | 22.15 | 11.2 | 13.31 | - |
| YUV | 68.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 101 | 0 | 0.98 | 0.45 | 0.28 | 327.51 | 0.97 | 0.37 |
| Hex | B8 | 3 | 65 | 0 | 62 | 2D | 1C | 148 | 61 | 25 |
| Octal | 270 | 3 | 145 | 0 | 142 | 55 | 34 | 510 | 141 | 45 |
| Binary | 10111000 | 11 | 1100101 | 0 | 1100010 | 101101 | 11100 | 101001000 | 1100001 | 100101 |
Color Harmonies of #B80365
Complementary color
Monochromatic Colors of #B80365
Black with #B80365
Text Example
Text Example
White with #B80365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80365; }
p { color: rgb(184,3,101); }
H1.HeaderClassName
{
color: #B80365;
}
.AnyTagClassName
{
color: #B80365;
}
</style>
background-color css
<style>
a { background-color: #B80365; }
a { background-color: rgb(184,3,101); }
div.DivClassName
{
background-color: #B80365;
}
.BgClassName
{
background-color: #B80365;
}
</style>
border-color css
<style>
span { border-color: #B80365; }
span { border-color: rgb(184,3,101); }
td.TdClassName
{
border-color: #B80365;
}
.TagClassName
{
border-color: #B80365;
}
</style>