Shades of Jazzberry Jam #BD0356
Tints of Jazzberry Jam #BD0356
RGB
CMYK
RGB Variations
Color information
#BD0356 (or 0xBD0356) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 56. RGB value is (189,3,86). Sum of RGB (Red+Green+Blue) = 189+3+86=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0356 is #42FCA9. Grayscale: #434343. Windows color (decimal): -4390058 or 5637053. OLE color: 5637053.
HSL color Cylindrical-coordinate representation of color #BD0356: hue angle of 333.23º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0356 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.26 |
| HSL | 333.23º | 0.97% | 0.38% | - |
| HSV(B) | 333.23º | 0.98% | 0.74% | - |
| XYZ | 22.7 | 11.56 | 9.84 | - |
| YUV | 68.08 | 138.12 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 86 | 0 | 0.98 | 0.54 | 0.26 | 333.23 | 0.97 | 0.38 |
| Hex | BD | 3 | 56 | 0 | 62 | 36 | 1A | 14D | 61 | 26 |
| Octal | 275 | 3 | 126 | 0 | 142 | 66 | 32 | 515 | 141 | 46 |
| Binary | 10111101 | 11 | 1010110 | 0 | 1100010 | 110110 | 11010 | 101001101 | 1100001 | 100110 |
Color Harmonies of #BD0356
Complementary color
Monochromatic Colors of #BD0356
Black with #BD0356
Text Example
Text Example
White with #BD0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0356; }
p { color: rgb(189,3,86); }
H1.HeaderClassName
{
color: #BD0356;
}
.AnyTagClassName
{
color: #BD0356;
}
</style>
background-color css
<style>
a { background-color: #BD0356; }
a { background-color: rgb(189,3,86); }
div.DivClassName
{
background-color: #BD0356;
}
.BgClassName
{
background-color: #BD0356;
}
</style>
border-color css
<style>
span { border-color: #BD0356; }
span { border-color: rgb(189,3,86); }
td.TdClassName
{
border-color: #BD0356;
}
.TagClassName
{
border-color: #BD0356;
}
</style>