Shades of Jazzberry Jam #B5024D
Tints of Jazzberry Jam #B5024D
RGB
CMYK
RGB Variations
Color information
#B5024D (or 0xB5024D) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 4D. RGB value is (181,2,77). Sum of RGB (Red+Green+Blue) = 181+2+77=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5024D is #4AFDB2. Grayscale: #3F3F3F. Windows color (decimal): -4914611 or 5046965. OLE color: 5046965.
HSL color Cylindrical-coordinate representation of color #B5024D: hue angle of 334.86º degrees, saturation: 0.98, 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 #B5024D is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.29 |
| HSL | 334.86º | 0.98% | 0.36% | - |
| HSV(B) | 334.86º | 0.99% | 0.71% | - |
| XYZ | 20.42 | 10.4 | 7.95 | - |
| YUV | 64.07 | 135.3 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 77 | 0 | 0.99 | 0.57 | 0.29 | 334.86 | 0.98 | 0.36 |
| Hex | B5 | 2 | 4D | 0 | 63 | 39 | 1D | 14F | 62 | 24 |
| Octal | 265 | 2 | 115 | 0 | 143 | 71 | 35 | 517 | 142 | 44 |
| Binary | 10110101 | 10 | 1001101 | 0 | 1100011 | 111001 | 11101 | 101001111 | 1100010 | 100100 |
Color Harmonies of #B5024D
Complementary color
Monochromatic Colors of #B5024D
Black with #B5024D
Text Example
Text Example
White with #B5024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5024D; }
p { color: rgb(181,2,77); }
H1.HeaderClassName
{
color: #B5024D;
}
.AnyTagClassName
{
color: #B5024D;
}
</style>
background-color css
<style>
a { background-color: #B5024D; }
a { background-color: rgb(181,2,77); }
div.DivClassName
{
background-color: #B5024D;
}
.BgClassName
{
background-color: #B5024D;
}
</style>
border-color css
<style>
span { border-color: #B5024D; }
span { border-color: rgb(181,2,77); }
td.TdClassName
{
border-color: #B5024D;
}
.TagClassName
{
border-color: #B5024D;
}
</style>