Shades of Jazzberry Jam #B70152
Tints of Jazzberry Jam #B70152
RGB
CMYK
RGB Variations
Color information
#B70152 (or 0xB70152) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 52. RGB value is (183,1,82). Sum of RGB (Red+Green+Blue) = 183+1+82=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B70152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70152 is #48FEAD. Grayscale: #404040. Windows color (decimal): -4783790 or 5374391. OLE color: 5374391.
HSL color Cylindrical-coordinate representation of color #B70152: hue angle of 333.3º degrees, saturation: 0.99, 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 #B70152 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.28 |
| HSL | 333.3º | 0.99% | 0.36% | - |
| HSV(B) | 333.3º | 0.99% | 0.72% | - |
| XYZ | 21.06 | 10.7 | 8.94 | - |
| YUV | 64.65 | 137.8 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 82 | 0 | 0.99 | 0.55 | 0.28 | 333.3 | 0.99 | 0.36 |
| Hex | B7 | 1 | 52 | 0 | 63 | 37 | 1C | 14D | 63 | 24 |
| Octal | 267 | 1 | 122 | 0 | 143 | 67 | 34 | 515 | 143 | 44 |
| Binary | 10110111 | 1 | 1010010 | 0 | 1100011 | 110111 | 11100 | 101001101 | 1100011 | 100100 |
Color Harmonies of #B70152
Complementary color
Monochromatic Colors of #B70152
Black with #B70152
Text Example
Text Example
White with #B70152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70152; }
p { color: rgb(183,1,82); }
H1.HeaderClassName
{
color: #B70152;
}
.AnyTagClassName
{
color: #B70152;
}
</style>
background-color css
<style>
a { background-color: #B70152; }
a { background-color: rgb(183,1,82); }
div.DivClassName
{
background-color: #B70152;
}
.BgClassName
{
background-color: #B70152;
}
</style>
border-color css
<style>
span { border-color: #B70152; }
span { border-color: rgb(183,1,82); }
td.TdClassName
{
border-color: #B70152;
}
.TagClassName
{
border-color: #B70152;
}
</style>