Shades of Jazzberry Jam #B51467
Tints of Jazzberry Jam #B51467
RGB
CMYK
RGB Variations
Color information
#B51467 (or 0xB51467) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 67. RGB value is (181,20,103). Sum of RGB (Red+Green+Blue) = 181+20+103=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B51467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51467 is #4AEB98. Grayscale: #4D4D4D. Windows color (decimal): -4909977 or 6755509. OLE color: 6755509.
HSL color Cylindrical-coordinate representation of color #B51467: hue angle of 329.07º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51467 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 103 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.29 |
| HSL | 329.07º | 0.8% | 0.39% | - |
| HSV(B) | 329.07º | 0.89% | 0.71% | - |
| XYZ | 21.75 | 11.3 | 13.87 | - |
| YUV | 77.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 103 | 0 | 0.89 | 0.43 | 0.29 | 329.07 | 0.8 | 0.39 |
| Hex | B5 | 14 | 67 | 0 | 59 | 2B | 1D | 149 | 50 | 27 |
| Octal | 265 | 24 | 147 | 0 | 131 | 53 | 35 | 511 | 120 | 47 |
| Binary | 10110101 | 10100 | 1100111 | 0 | 1011001 | 101011 | 11101 | 101001001 | 1010000 | 100111 |
Color Harmonies of #B51467
Complementary color
Monochromatic Colors of #B51467
Black with #B51467
Text Example
Text Example
White with #B51467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51467; }
p { color: rgb(181,20,103); }
H1.HeaderClassName
{
color: #B51467;
}
.AnyTagClassName
{
color: #B51467;
}
</style>
background-color css
<style>
a { background-color: #B51467; }
a { background-color: rgb(181,20,103); }
div.DivClassName
{
background-color: #B51467;
}
.BgClassName
{
background-color: #B51467;
}
</style>
border-color css
<style>
span { border-color: #B51467; }
span { border-color: rgb(181,20,103); }
td.TdClassName
{
border-color: #B51467;
}
.TagClassName
{
border-color: #B51467;
}
</style>