Shades of Jazzberry Jam #B7015D
Tints of Jazzberry Jam #B7015D
RGB
CMYK
RGB Variations
Color information
#B7015D (or 0xB7015D) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 5D. RGB value is (183,1,93). Sum of RGB (Red+Green+Blue) = 183+1+93=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7015D is #48FEA2. Grayscale: #414141. Windows color (decimal): -4783779 or 6095287. OLE color: 6095287.
HSL color Cylindrical-coordinate representation of color #B7015D: hue angle of 329.67º 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 #B7015D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.28 |
| HSL | 329.67º | 0.99% | 0.36% | - |
| HSV(B) | 329.67º | 0.99% | 0.72% | - |
| XYZ | 21.52 | 10.88 | 11.32 | - |
| YUV | 65.91 | 143.3 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 93 | 0 | 0.99 | 0.49 | 0.28 | 329.67 | 0.99 | 0.36 |
| Hex | B7 | 1 | 5D | 0 | 63 | 31 | 1C | 14A | 63 | 24 |
| Octal | 267 | 1 | 135 | 0 | 143 | 61 | 34 | 512 | 143 | 44 |
| Binary | 10110111 | 1 | 1011101 | 0 | 1100011 | 110001 | 11100 | 101001010 | 1100011 | 100100 |
Color Harmonies of #B7015D
Complementary color
Monochromatic Colors of #B7015D
Black with #B7015D
Text Example
Text Example
White with #B7015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7015D; }
p { color: rgb(183,1,93); }
H1.HeaderClassName
{
color: #B7015D;
}
.AnyTagClassName
{
color: #B7015D;
}
</style>
background-color css
<style>
a { background-color: #B7015D; }
a { background-color: rgb(183,1,93); }
div.DivClassName
{
background-color: #B7015D;
}
.BgClassName
{
background-color: #B7015D;
}
</style>
border-color css
<style>
span { border-color: #B7015D; }
span { border-color: rgb(183,1,93); }
td.TdClassName
{
border-color: #B7015D;
}
.TagClassName
{
border-color: #B7015D;
}
</style>