Shades of Jazzberry Jam #BD0048
Tints of Jazzberry Jam #BD0048
RGB
CMYK
RGB Variations
Color information
#BD0048 (or 0xBD0048) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 48. RGB value is (189,0,72). Sum of RGB (Red+Green+Blue) = 189+0+72=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0048 is #42FFB7. Grayscale: #404040. Windows color (decimal): -4390840 or 4718781. OLE color: 4718781.
HSL color Cylindrical-coordinate representation of color #BD0048: hue angle of 337.14º 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 #BD0048 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.62 | 0.26 |
| HSL | 337.14º | 1% | 0.37% | - |
| HSV(B) | 337.14º | 1% | 0.74% | - |
| XYZ | 22.16 | 11.29 | 7.14 | - |
| YUV | 64.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 72 | 0 | 1 | 0.62 | 0.26 | 337.14 | 1 | 0.37 |
| Hex | BD | 0 | 48 | 0 | 64 | 3E | 1A | 151 | 64 | 25 |
| Octal | 275 | 0 | 110 | 0 | 144 | 76 | 32 | 521 | 144 | 45 |
| Binary | 10111101 | 0 | 1001000 | 0 | 1100100 | 111110 | 11010 | 101010001 | 1100100 | 100101 |
Color Harmonies of #BD0048
Complementary color
Monochromatic Colors of #BD0048
Black with #BD0048
Text Example
Text Example
White with #BD0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0048; }
p { color: rgb(189,0,72); }
H1.HeaderClassName
{
color: #BD0048;
}
.AnyTagClassName
{
color: #BD0048;
}
</style>
background-color css
<style>
a { background-color: #BD0048; }
a { background-color: rgb(189,0,72); }
div.DivClassName
{
background-color: #BD0048;
}
.BgClassName
{
background-color: #BD0048;
}
</style>
border-color css
<style>
span { border-color: #BD0048; }
span { border-color: rgb(189,0,72); }
td.TdClassName
{
border-color: #BD0048;
}
.TagClassName
{
border-color: #BD0048;
}
</style>