Shades of Jazzberry Jam #B7015A
Tints of Jazzberry Jam #B7015A
RGB
CMYK
RGB Variations
Color information
#B7015A (or 0xB7015A) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 5A. RGB value is (183,1,90). Sum of RGB (Red+Green+Blue) = 183+1+90=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B7015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7015A is #48FEA5. Grayscale: #414141. Windows color (decimal): -4783782 or 5898679. OLE color: 5898679.
HSL color Cylindrical-coordinate representation of color #B7015A: hue angle of 330.66º 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 #B7015A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.28 |
| HSL | 330.66º | 0.99% | 0.36% | - |
| HSV(B) | 330.66º | 0.99% | 0.72% | - |
| XYZ | 21.38 | 10.83 | 10.64 | - |
| YUV | 65.56 | 141.8 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 90 | 0 | 0.99 | 0.51 | 0.28 | 330.66 | 0.99 | 0.36 |
| Hex | B7 | 1 | 5A | 0 | 63 | 33 | 1C | 14B | 63 | 24 |
| Octal | 267 | 1 | 132 | 0 | 143 | 63 | 34 | 513 | 143 | 44 |
| Binary | 10110111 | 1 | 1011010 | 0 | 1100011 | 110011 | 11100 | 101001011 | 1100011 | 100100 |
Color Harmonies of #B7015A
Complementary color
Monochromatic Colors of #B7015A
Black with #B7015A
Text Example
Text Example
White with #B7015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7015A; }
p { color: rgb(183,1,90); }
H1.HeaderClassName
{
color: #B7015A;
}
.AnyTagClassName
{
color: #B7015A;
}
</style>
background-color css
<style>
a { background-color: #B7015A; }
a { background-color: rgb(183,1,90); }
div.DivClassName
{
background-color: #B7015A;
}
.BgClassName
{
background-color: #B7015A;
}
</style>
border-color css
<style>
span { border-color: #B7015A; }
span { border-color: rgb(183,1,90); }
td.TdClassName
{
border-color: #B7015A;
}
.TagClassName
{
border-color: #B7015A;
}
</style>