Shades of Jazzberry Jam #BD0149
Tints of Jazzberry Jam #BD0149
RGB
CMYK
RGB Variations
Color information
#BD0149 (or 0xBD0149) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 49. RGB value is (189,1,73). Sum of RGB (Red+Green+Blue) = 189+1+73=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0149 is #42FEB6. Grayscale: #414141. Windows color (decimal): -4390583 or 4784573. OLE color: 4784573.
HSL color Cylindrical-coordinate representation of color #BD0149: hue angle of 337.02º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0149 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.26 |
| HSL | 337.02º | 0.99% | 0.37% | - |
| HSV(B) | 337.02º | 0.99% | 0.74% | - |
| XYZ | 22.2 | 11.32 | 7.32 | - |
| YUV | 65.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 73 | 0 | 0.99 | 0.61 | 0.26 | 337.02 | 0.99 | 0.37 |
| Hex | BD | 1 | 49 | 0 | 63 | 3D | 1A | 151 | 63 | 25 |
| Octal | 275 | 1 | 111 | 0 | 143 | 75 | 32 | 521 | 143 | 45 |
| Binary | 10111101 | 1 | 1001001 | 0 | 1100011 | 111101 | 11010 | 101010001 | 1100011 | 100101 |
Color Harmonies of #BD0149
Complementary color
Monochromatic Colors of #BD0149
Black with #BD0149
Text Example
Text Example
White with #BD0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0149; }
p { color: rgb(189,1,73); }
H1.HeaderClassName
{
color: #BD0149;
}
.AnyTagClassName
{
color: #BD0149;
}
</style>
background-color css
<style>
a { background-color: #BD0149; }
a { background-color: rgb(189,1,73); }
div.DivClassName
{
background-color: #BD0149;
}
.BgClassName
{
background-color: #BD0149;
}
</style>
border-color css
<style>
span { border-color: #BD0149; }
span { border-color: rgb(189,1,73); }
td.TdClassName
{
border-color: #BD0149;
}
.TagClassName
{
border-color: #BD0149;
}
</style>