Shades of Jazzberry Jam #B70253
Tints of Jazzberry Jam #B70253
RGB
CMYK
RGB Variations
Color information
#B70253 (or 0xB70253) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 53. RGB value is (183,2,83). Sum of RGB (Red+Green+Blue) = 183+2+83=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B70253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70253 is #48FDAC. Grayscale: #414141. Windows color (decimal): -4783533 or 5440183. OLE color: 5440183.
HSL color Cylindrical-coordinate representation of color #B70253: hue angle of 333.15º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70253 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.28 |
| HSL | 333.15º | 0.98% | 0.36% | - |
| HSV(B) | 333.15º | 0.99% | 0.72% | - |
| XYZ | 21.11 | 10.74 | 9.14 | - |
| YUV | 65.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 83 | 0 | 0.99 | 0.55 | 0.28 | 333.15 | 0.98 | 0.36 |
| Hex | B7 | 2 | 53 | 0 | 63 | 37 | 1C | 14D | 62 | 24 |
| Octal | 267 | 2 | 123 | 0 | 143 | 67 | 34 | 515 | 142 | 44 |
| Binary | 10110111 | 10 | 1010011 | 0 | 1100011 | 110111 | 11100 | 101001101 | 1100010 | 100100 |
Color Harmonies of #B70253
Complementary color
Monochromatic Colors of #B70253
Black with #B70253
Text Example
Text Example
White with #B70253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70253; }
p { color: rgb(183,2,83); }
H1.HeaderClassName
{
color: #B70253;
}
.AnyTagClassName
{
color: #B70253;
}
</style>
background-color css
<style>
a { background-color: #B70253; }
a { background-color: rgb(183,2,83); }
div.DivClassName
{
background-color: #B70253;
}
.BgClassName
{
background-color: #B70253;
}
</style>
border-color css
<style>
span { border-color: #B70253; }
span { border-color: rgb(183,2,83); }
td.TdClassName
{
border-color: #B70253;
}
.TagClassName
{
border-color: #B70253;
}
</style>