Shades of Jazzberry Jam #BD0053
Tints of Jazzberry Jam #BD0053
RGB
CMYK
RGB Variations
Color information
#BD0053 (or 0xBD0053) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 53. RGB value is (189,0,83). Sum of RGB (Red+Green+Blue) = 189+0+83=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0053 is #42FFAC. Grayscale: #414141. Windows color (decimal): -4390829 or 5439677. OLE color: 5439677.
HSL color Cylindrical-coordinate representation of color #BD0053: hue angle of 333.65º 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 #BD0053 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.56 | 0.26 |
| HSL | 333.65º | 1% | 0.37% | - |
| HSV(B) | 333.65º | 1% | 0.74% | - |
| XYZ | 22.55 | 11.44 | 9.2 | - |
| YUV | 65.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 83 | 0 | 1 | 0.56 | 0.26 | 333.65 | 1 | 0.37 |
| Hex | BD | 0 | 53 | 0 | 64 | 38 | 1A | 14E | 64 | 25 |
| Octal | 275 | 0 | 123 | 0 | 144 | 70 | 32 | 516 | 144 | 45 |
| Binary | 10111101 | 0 | 1010011 | 0 | 1100100 | 111000 | 11010 | 101001110 | 1100100 | 100101 |
Color Harmonies of #BD0053
Complementary color
Monochromatic Colors of #BD0053
Black with #BD0053
Text Example
Text Example
White with #BD0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0053; }
p { color: rgb(189,0,83); }
H1.HeaderClassName
{
color: #BD0053;
}
.AnyTagClassName
{
color: #BD0053;
}
</style>
background-color css
<style>
a { background-color: #BD0053; }
a { background-color: rgb(189,0,83); }
div.DivClassName
{
background-color: #BD0053;
}
.BgClassName
{
background-color: #BD0053;
}
</style>
border-color css
<style>
span { border-color: #BD0053; }
span { border-color: rgb(189,0,83); }
td.TdClassName
{
border-color: #BD0053;
}
.TagClassName
{
border-color: #BD0053;
}
</style>