Shades of Jazzberry Jam #B70349
Tints of Jazzberry Jam #B70349
RGB
CMYK
RGB Variations
Color information
#B70349 (or 0xB70349) is known color: Jazzberry Jam. HEX triplet: B7, 03 and 49. RGB value is (183,3,73). Sum of RGB (Red+Green+Blue) = 183+3+73=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B70349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70349 is #48FCB6. Grayscale: #404040. Windows color (decimal): -4783287 or 4785079. OLE color: 4785079.
HSL color Cylindrical-coordinate representation of color #B70349: hue angle of 336.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70349 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 73 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.28 |
| HSL | 336.67º | 0.97% | 0.36% | - |
| HSV(B) | 336.67º | 0.98% | 0.72% | - |
| XYZ | 20.76 | 10.61 | 7.26 | - |
| YUV | 64.8 | 132.63 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 73 | 0 | 0.98 | 0.60 | 0.28 | 336.67 | 0.97 | 0.36 |
| Hex | B7 | 3 | 49 | 0 | 62 | 3C | 1C | 151 | 61 | 24 |
| Octal | 267 | 3 | 111 | 0 | 142 | 74 | 34 | 521 | 141 | 44 |
| Binary | 10110111 | 11 | 1001001 | 0 | 1100010 | 111100 | 11100 | 101010001 | 1100001 | 100100 |
Color Harmonies of #B70349
Complementary color
Monochromatic Colors of #B70349
Black with #B70349
Text Example
Text Example
White with #B70349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70349; }
p { color: rgb(183,3,73); }
H1.HeaderClassName
{
color: #B70349;
}
.AnyTagClassName
{
color: #B70349;
}
</style>
background-color css
<style>
a { background-color: #B70349; }
a { background-color: rgb(183,3,73); }
div.DivClassName
{
background-color: #B70349;
}
.BgClassName
{
background-color: #B70349;
}
</style>
border-color css
<style>
span { border-color: #B70349; }
span { border-color: rgb(183,3,73); }
td.TdClassName
{
border-color: #B70349;
}
.TagClassName
{
border-color: #B70349;
}
</style>