Shades of Jazzberry Jam #B5014B
Tints of Jazzberry Jam #B5014B
RGB
CMYK
RGB Variations
Color information
#B5014B (or 0xB5014B) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 4B. RGB value is (181,1,75). Sum of RGB (Red+Green+Blue) = 181+1+75=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B5014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5014B is #4AFEB4. Grayscale: #3F3F3F. Windows color (decimal): -4914869 or 4915637. OLE color: 4915637.
HSL color Cylindrical-coordinate representation of color #B5014B: hue angle of 335.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 #B5014B is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.29 |
| HSL | 335.33º | 0.99% | 0.36% | - |
| HSV(B) | 335.33º | 0.99% | 0.71% | - |
| XYZ | 20.34 | 10.35 | 7.58 | - |
| YUV | 63.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 75 | 0 | 0.99 | 0.59 | 0.29 | 335.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 4B | 0 | 63 | 3B | 1D | 14F | 63 | 24 |
| Octal | 265 | 1 | 113 | 0 | 143 | 73 | 35 | 517 | 143 | 44 |
| Binary | 10110101 | 1 | 1001011 | 0 | 1100011 | 111011 | 11101 | 101001111 | 1100011 | 100100 |
Color Harmonies of #B5014B
Complementary color
Monochromatic Colors of #B5014B
Black with #B5014B
Text Example
Text Example
White with #B5014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5014B; }
p { color: rgb(181,1,75); }
H1.HeaderClassName
{
color: #B5014B;
}
.AnyTagClassName
{
color: #B5014B;
}
</style>
background-color css
<style>
a { background-color: #B5014B; }
a { background-color: rgb(181,1,75); }
div.DivClassName
{
background-color: #B5014B;
}
.BgClassName
{
background-color: #B5014B;
}
</style>
border-color css
<style>
span { border-color: #B5014B; }
span { border-color: rgb(181,1,75); }
td.TdClassName
{
border-color: #B5014B;
}
.TagClassName
{
border-color: #B5014B;
}
</style>