Shades of Jazzberry Jam #BD044B
Tints of Jazzberry Jam #BD044B
RGB
CMYK
RGB Variations
Color information
#BD044B (or 0xBD044B) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 4B. RGB value is (189,4,75). Sum of RGB (Red+Green+Blue) = 189+4+75=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD044B is #42FBB4. Grayscale: #434343. Windows color (decimal): -4389813 or 4916413. OLE color: 4916413.
HSL color Cylindrical-coordinate representation of color #BD044B: hue angle of 336.97º degrees, saturation: 0.96, 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 #BD044B is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.26 |
| HSL | 336.97º | 0.96% | 0.38% | - |
| HSV(B) | 336.97º | 0.98% | 0.74% | - |
| XYZ | 22.3 | 11.41 | 7.68 | - |
| YUV | 67.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 75 | 0 | 0.98 | 0.60 | 0.26 | 336.97 | 0.96 | 0.38 |
| Hex | BD | 4 | 4B | 0 | 62 | 3C | 1A | 151 | 60 | 26 |
| Octal | 275 | 4 | 113 | 0 | 142 | 74 | 32 | 521 | 140 | 46 |
| Binary | 10111101 | 100 | 1001011 | 0 | 1100010 | 111100 | 11010 | 101010001 | 1100000 | 100110 |
Color Harmonies of #BD044B
Complementary color
Monochromatic Colors of #BD044B
Black with #BD044B
Text Example
Text Example
White with #BD044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD044B; }
p { color: rgb(189,4,75); }
H1.HeaderClassName
{
color: #BD044B;
}
.AnyTagClassName
{
color: #BD044B;
}
</style>
background-color css
<style>
a { background-color: #BD044B; }
a { background-color: rgb(189,4,75); }
div.DivClassName
{
background-color: #BD044B;
}
.BgClassName
{
background-color: #BD044B;
}
</style>
border-color css
<style>
span { border-color: #BD044B; }
span { border-color: rgb(189,4,75); }
td.TdClassName
{
border-color: #BD044B;
}
.TagClassName
{
border-color: #BD044B;
}
</style>