Shades of Jazzberry Jam #BD0359
Tints of Jazzberry Jam #BD0359
RGB
CMYK
RGB Variations
Color information
#BD0359 (or 0xBD0359) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 59. RGB value is (189,3,89). Sum of RGB (Red+Green+Blue) = 189+3+89=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0359 is #42FCA6. Grayscale: #444444. Windows color (decimal): -4390055 or 5833661. OLE color: 5833661.
HSL color Cylindrical-coordinate representation of color #BD0359: hue angle of 332.26º 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 #BD0359 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.26 |
| HSL | 332.26º | 0.97% | 0.38% | - |
| HSV(B) | 332.26º | 0.98% | 0.74% | - |
| XYZ | 22.82 | 11.61 | 10.49 | - |
| YUV | 68.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 89 | 0 | 0.98 | 0.53 | 0.26 | 332.26 | 0.97 | 0.38 |
| Hex | BD | 3 | 59 | 0 | 62 | 35 | 1A | 14C | 61 | 26 |
| Octal | 275 | 3 | 131 | 0 | 142 | 65 | 32 | 514 | 141 | 46 |
| Binary | 10111101 | 11 | 1011001 | 0 | 1100010 | 110101 | 11010 | 101001100 | 1100001 | 100110 |
Color Harmonies of #BD0359
Complementary color
Monochromatic Colors of #BD0359
Black with #BD0359
Text Example
Text Example
White with #BD0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0359; }
p { color: rgb(189,3,89); }
H1.HeaderClassName
{
color: #BD0359;
}
.AnyTagClassName
{
color: #BD0359;
}
</style>
background-color css
<style>
a { background-color: #BD0359; }
a { background-color: rgb(189,3,89); }
div.DivClassName
{
background-color: #BD0359;
}
.BgClassName
{
background-color: #BD0359;
}
</style>
border-color css
<style>
span { border-color: #BD0359; }
span { border-color: rgb(189,3,89); }
td.TdClassName
{
border-color: #BD0359;
}
.TagClassName
{
border-color: #BD0359;
}
</style>