Shades of Jazzberry Jam #B80368
Tints of Jazzberry Jam #B80368
RGB
CMYK
RGB Variations
Color information
#B80368 (or 0xB80368) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 68. RGB value is (184,3,104). Sum of RGB (Red+Green+Blue) = 184+3+104=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B80368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80368 is #47FC97. Grayscale: #444444. Windows color (decimal): -4717720 or 6816696. OLE color: 6816696.
HSL color Cylindrical-coordinate representation of color #B80368: hue angle of 326.52º 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 #B80368 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 104 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.28 |
| HSL | 326.52º | 0.97% | 0.37% | - |
| HSV(B) | 326.52º | 0.98% | 0.72% | - |
| XYZ | 22.3 | 11.25 | 14.09 | - |
| YUV | 68.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 104 | 0 | 0.98 | 0.43 | 0.28 | 326.52 | 0.97 | 0.37 |
| Hex | B8 | 3 | 68 | 0 | 62 | 2B | 1C | 147 | 61 | 25 |
| Octal | 270 | 3 | 150 | 0 | 142 | 53 | 34 | 507 | 141 | 45 |
| Binary | 10111000 | 11 | 1101000 | 0 | 1100010 | 101011 | 11100 | 101000111 | 1100001 | 100101 |
Color Harmonies of #B80368
Complementary color
Monochromatic Colors of #B80368
Black with #B80368
Text Example
Text Example
White with #B80368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80368; }
p { color: rgb(184,3,104); }
H1.HeaderClassName
{
color: #B80368;
}
.AnyTagClassName
{
color: #B80368;
}
</style>
background-color css
<style>
a { background-color: #B80368; }
a { background-color: rgb(184,3,104); }
div.DivClassName
{
background-color: #B80368;
}
.BgClassName
{
background-color: #B80368;
}
</style>
border-color css
<style>
span { border-color: #B80368; }
span { border-color: rgb(184,3,104); }
td.TdClassName
{
border-color: #B80368;
}
.TagClassName
{
border-color: #B80368;
}
</style>