Shades of Jazzberry Jam #BD0351
Tints of Jazzberry Jam #BD0351
RGB
CMYK
RGB Variations
Color information
#BD0351 (or 0xBD0351) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 51. RGB value is (189,3,81). Sum of RGB (Red+Green+Blue) = 189+3+81=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0351 is #42FCAE. Grayscale: #434343. Windows color (decimal): -4390063 or 5309373. OLE color: 5309373.
HSL color Cylindrical-coordinate representation of color #BD0351: hue angle of 334.84º 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 #BD0351 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.26 |
| HSL | 334.84º | 0.97% | 0.38% | - |
| HSV(B) | 334.84º | 0.98% | 0.74% | - |
| XYZ | 22.5 | 11.48 | 8.81 | - |
| YUV | 67.51 | 135.62 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 81 | 0 | 0.98 | 0.57 | 0.26 | 334.84 | 0.97 | 0.38 |
| Hex | BD | 3 | 51 | 0 | 62 | 39 | 1A | 14F | 61 | 26 |
| Octal | 275 | 3 | 121 | 0 | 142 | 71 | 32 | 517 | 141 | 46 |
| Binary | 10111101 | 11 | 1010001 | 0 | 1100010 | 111001 | 11010 | 101001111 | 1100001 | 100110 |
Color Harmonies of #BD0351
Complementary color
Monochromatic Colors of #BD0351
Black with #BD0351
Text Example
Text Example
White with #BD0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0351; }
p { color: rgb(189,3,81); }
H1.HeaderClassName
{
color: #BD0351;
}
.AnyTagClassName
{
color: #BD0351;
}
</style>
background-color css
<style>
a { background-color: #BD0351; }
a { background-color: rgb(189,3,81); }
div.DivClassName
{
background-color: #BD0351;
}
.BgClassName
{
background-color: #BD0351;
}
</style>
border-color css
<style>
span { border-color: #BD0351; }
span { border-color: rgb(189,3,81); }
td.TdClassName
{
border-color: #BD0351;
}
.TagClassName
{
border-color: #BD0351;
}
</style>