Shades of Jazzberry Jam #B5014A
Tints of Jazzberry Jam #B5014A
RGB
CMYK
RGB Variations
Color information
#B5014A (or 0xB5014A) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 4A. RGB value is (181,1,74). Sum of RGB (Red+Green+Blue) = 181+1+74=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B5014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5014A is #4AFEB5. Grayscale: #3F3F3F. Windows color (decimal): -4914870 or 4850101. OLE color: 4850101.
HSL color Cylindrical-coordinate representation of color #B5014A: hue angle of 335.67º 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 #B5014A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.29 |
| HSL | 335.67º | 0.99% | 0.36% | - |
| HSV(B) | 335.67º | 0.99% | 0.71% | - |
| XYZ | 20.3 | 10.34 | 7.4 | - |
| YUV | 63.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 74 | 0 | 0.99 | 0.59 | 0.29 | 335.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 4A | 0 | 63 | 3B | 1D | 150 | 63 | 24 |
| Octal | 265 | 1 | 112 | 0 | 143 | 73 | 35 | 520 | 143 | 44 |
| Binary | 10110101 | 1 | 1001010 | 0 | 1100011 | 111011 | 11101 | 101010000 | 1100011 | 100100 |
Color Harmonies of #B5014A
Complementary color
Monochromatic Colors of #B5014A
Black with #B5014A
Text Example
Text Example
White with #B5014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5014A; }
p { color: rgb(181,1,74); }
H1.HeaderClassName
{
color: #B5014A;
}
.AnyTagClassName
{
color: #B5014A;
}
</style>
background-color css
<style>
a { background-color: #B5014A; }
a { background-color: rgb(181,1,74); }
div.DivClassName
{
background-color: #B5014A;
}
.BgClassName
{
background-color: #B5014A;
}
</style>
border-color css
<style>
span { border-color: #B5014A; }
span { border-color: rgb(181,1,74); }
td.TdClassName
{
border-color: #B5014A;
}
.TagClassName
{
border-color: #B5014A;
}
</style>