Shades of Jazzberry Jam #BD0047
Tints of Jazzberry Jam #BD0047
RGB
CMYK
RGB Variations
Color information
#BD0047 (or 0xBD0047) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 47. RGB value is (189,0,71). Sum of RGB (Red+Green+Blue) = 189+0+71=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0047 is #42FFB8. Grayscale: #404040. Windows color (decimal): -4390841 or 4653245. OLE color: 4653245.
HSL color Cylindrical-coordinate representation of color #BD0047: hue angle of 337.46º 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 #BD0047 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.62 | 0.26 |
| HSL | 337.46º | 1% | 0.37% | - |
| HSV(B) | 337.46º | 1% | 0.74% | - |
| XYZ | 22.12 | 11.27 | 6.97 | - |
| YUV | 64.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 71 | 0 | 1 | 0.62 | 0.26 | 337.46 | 1 | 0.37 |
| Hex | BD | 0 | 47 | 0 | 64 | 3E | 1A | 151 | 64 | 25 |
| Octal | 275 | 0 | 107 | 0 | 144 | 76 | 32 | 521 | 144 | 45 |
| Binary | 10111101 | 0 | 1000111 | 0 | 1100100 | 111110 | 11010 | 101010001 | 1100100 | 100101 |
Color Harmonies of #BD0047
Complementary color
Monochromatic Colors of #BD0047
Black with #BD0047
Text Example
Text Example
White with #BD0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0047; }
p { color: rgb(189,0,71); }
H1.HeaderClassName
{
color: #BD0047;
}
.AnyTagClassName
{
color: #BD0047;
}
</style>
background-color css
<style>
a { background-color: #BD0047; }
a { background-color: rgb(189,0,71); }
div.DivClassName
{
background-color: #BD0047;
}
.BgClassName
{
background-color: #BD0047;
}
</style>
border-color css
<style>
span { border-color: #BD0047; }
span { border-color: rgb(189,0,71); }
td.TdClassName
{
border-color: #BD0047;
}
.TagClassName
{
border-color: #BD0047;
}
</style>