Shades of Jazzberry Jam #B81F68
Tints of Jazzberry Jam #B81F68
RGB
CMYK
RGB Variations
Color information
#B81F68 (or 0xB81F68) is known color: Jazzberry Jam. HEX triplet: B8, 1F and 68. RGB value is (184,31,104). Sum of RGB (Red+Green+Blue) = 184+31+104=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81F68 is #47E097. Grayscale: #545454. Windows color (decimal): -4710552 or 6823864. OLE color: 6823864.
HSL color Cylindrical-coordinate representation of color #B81F68: hue angle of 331.37º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81F68 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 104 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.28 |
| HSL | 331.37º | 0.71% | 0.42% | - |
| HSV(B) | 331.37º | 0.83% | 0.72% | - |
| XYZ | 22.76 | 12.17 | 14.25 | - |
| YUV | 85.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 104 | 0 | 0.83 | 0.43 | 0.28 | 331.37 | 0.71 | 0.42 |
| Hex | B8 | 1F | 68 | 0 | 53 | 2B | 1C | 14B | 47 | 2A |
| Octal | 270 | 37 | 150 | 0 | 123 | 53 | 34 | 513 | 107 | 52 |
| Binary | 10111000 | 11111 | 1101000 | 0 | 1010011 | 101011 | 11100 | 101001011 | 1000111 | 101010 |
Color Harmonies of #B81F68
Complementary color
Monochromatic Colors of #B81F68
Black with #B81F68
Text Example
Text Example
White with #B81F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81F68; }
p { color: rgb(184,31,104); }
H1.HeaderClassName
{
color: #B81F68;
}
.AnyTagClassName
{
color: #B81F68;
}
</style>
background-color css
<style>
a { background-color: #B81F68; }
a { background-color: rgb(184,31,104); }
div.DivClassName
{
background-color: #B81F68;
}
.BgClassName
{
background-color: #B81F68;
}
</style>
border-color css
<style>
span { border-color: #B81F68; }
span { border-color: rgb(184,31,104); }
td.TdClassName
{
border-color: #B81F68;
}
.TagClassName
{
border-color: #B81F68;
}
</style>