Shades of Jazzberry Jam #BD0051
Tints of Jazzberry Jam #BD0051
RGB
CMYK
RGB Variations
Color information
#BD0051 (or 0xBD0051) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 51. RGB value is (189,0,81). Sum of RGB (Red+Green+Blue) = 189+0+81=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0051 is #42FFAE. Grayscale: #414141. Windows color (decimal): -4390831 or 5308605. OLE color: 5308605.
HSL color Cylindrical-coordinate representation of color #BD0051: hue angle of 334.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0051 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.57 | 0.26 |
| HSL | 334.29º | 1% | 0.37% | - |
| HSV(B) | 334.29º | 1% | 0.74% | - |
| XYZ | 22.47 | 11.41 | 8.8 | - |
| YUV | 65.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 81 | 0 | 1 | 0.57 | 0.26 | 334.29 | 1 | 0.37 |
| Hex | BD | 0 | 51 | 0 | 64 | 39 | 1A | 14E | 64 | 25 |
| Octal | 275 | 0 | 121 | 0 | 144 | 71 | 32 | 516 | 144 | 45 |
| Binary | 10111101 | 0 | 1010001 | 0 | 1100100 | 111001 | 11010 | 101001110 | 1100100 | 100101 |
Color Harmonies of #BD0051
Complementary color
Monochromatic Colors of #BD0051
Black with #BD0051
Text Example
Text Example
White with #BD0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0051; }
p { color: rgb(189,0,81); }
H1.HeaderClassName
{
color: #BD0051;
}
.AnyTagClassName
{
color: #BD0051;
}
</style>
background-color css
<style>
a { background-color: #BD0051; }
a { background-color: rgb(189,0,81); }
div.DivClassName
{
background-color: #BD0051;
}
.BgClassName
{
background-color: #BD0051;
}
</style>
border-color css
<style>
span { border-color: #BD0051; }
span { border-color: rgb(189,0,81); }
td.TdClassName
{
border-color: #BD0051;
}
.TagClassName
{
border-color: #BD0051;
}
</style>