Shades of Jazzberry Jam #B5015D
Tints of Jazzberry Jam #B5015D
RGB
CMYK
RGB Variations
Color information
#B5015D (or 0xB5015D) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 5D. RGB value is (181,1,93). Sum of RGB (Red+Green+Blue) = 181+1+93=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5015D is #4AFEA2. Grayscale: #414141. Windows color (decimal): -4914851 or 6095285. OLE color: 6095285.
HSL color Cylindrical-coordinate representation of color #B5015D: hue angle of 329.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5015D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.29 |
| HSL | 329.33º | 0.99% | 0.36% | - |
| HSV(B) | 329.33º | 0.99% | 0.71% | - |
| XYZ | 21.04 | 10.64 | 11.3 | - |
| YUV | 65.31 | 143.63 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 93 | 0 | 0.99 | 0.49 | 0.29 | 329.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 5D | 0 | 63 | 31 | 1D | 149 | 63 | 24 |
| Octal | 265 | 1 | 135 | 0 | 143 | 61 | 35 | 511 | 143 | 44 |
| Binary | 10110101 | 1 | 1011101 | 0 | 1100011 | 110001 | 11101 | 101001001 | 1100011 | 100100 |
Color Harmonies of #B5015D
Complementary color
Monochromatic Colors of #B5015D
Black with #B5015D
Text Example
Text Example
White with #B5015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5015D; }
p { color: rgb(181,1,93); }
H1.HeaderClassName
{
color: #B5015D;
}
.AnyTagClassName
{
color: #B5015D;
}
</style>
background-color css
<style>
a { background-color: #B5015D; }
a { background-color: rgb(181,1,93); }
div.DivClassName
{
background-color: #B5015D;
}
.BgClassName
{
background-color: #B5015D;
}
</style>
border-color css
<style>
span { border-color: #B5015D; }
span { border-color: rgb(181,1,93); }
td.TdClassName
{
border-color: #B5015D;
}
.TagClassName
{
border-color: #B5015D;
}
</style>