Shades of Jazzberry Jam #BD0259
Tints of Jazzberry Jam #BD0259
RGB
CMYK
RGB Variations
Color information
#BD0259 (or 0xBD0259) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 59. RGB value is (189,2,89). Sum of RGB (Red+Green+Blue) = 189+2+89=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0259 is #42FDA6. Grayscale: #434343. Windows color (decimal): -4390311 or 5833405. OLE color: 5833405.
HSL color Cylindrical-coordinate representation of color #BD0259: hue angle of 332.09º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0259 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.26 |
| HSL | 332.09º | 0.98% | 0.37% | - |
| HSV(B) | 332.09º | 0.99% | 0.74% | - |
| XYZ | 22.81 | 11.58 | 10.48 | - |
| YUV | 67.83 | 139.95 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 89 | 0 | 0.99 | 0.53 | 0.26 | 332.09 | 0.98 | 0.37 |
| Hex | BD | 2 | 59 | 0 | 63 | 35 | 1A | 14C | 62 | 25 |
| Octal | 275 | 2 | 131 | 0 | 143 | 65 | 32 | 514 | 142 | 45 |
| Binary | 10111101 | 10 | 1011001 | 0 | 1100011 | 110101 | 11010 | 101001100 | 1100010 | 100101 |
Color Harmonies of #BD0259
Complementary color
Monochromatic Colors of #BD0259
Black with #BD0259
Text Example
Text Example
White with #BD0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0259; }
p { color: rgb(189,2,89); }
H1.HeaderClassName
{
color: #BD0259;
}
.AnyTagClassName
{
color: #BD0259;
}
</style>
background-color css
<style>
a { background-color: #BD0259; }
a { background-color: rgb(189,2,89); }
div.DivClassName
{
background-color: #BD0259;
}
.BgClassName
{
background-color: #BD0259;
}
</style>
border-color css
<style>
span { border-color: #BD0259; }
span { border-color: rgb(189,2,89); }
td.TdClassName
{
border-color: #BD0259;
}
.TagClassName
{
border-color: #BD0259;
}
</style>