Shades of Jazzberry Jam #BD004F
Tints of Jazzberry Jam #BD004F
RGB
CMYK
RGB Variations
Color information
#BD004F (or 0xBD004F) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 4F. RGB value is (189,0,79). Sum of RGB (Red+Green+Blue) = 189+0+79=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD004F is #42FFB0. Grayscale: #414141. Windows color (decimal): -4390833 or 5177533. OLE color: 5177533.
HSL color Cylindrical-coordinate representation of color #BD004F: hue angle of 334.92º 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 #BD004F is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.58 | 0.26 |
| HSL | 334.92º | 1% | 0.37% | - |
| HSV(B) | 334.92º | 1% | 0.74% | - |
| XYZ | 22.4 | 11.38 | 8.41 | - |
| YUV | 65.52 | 135.62 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 79 | 0 | 1 | 0.58 | 0.26 | 334.92 | 1 | 0.37 |
| Hex | BD | 0 | 4F | 0 | 64 | 3A | 1A | 14F | 64 | 25 |
| Octal | 275 | 0 | 117 | 0 | 144 | 72 | 32 | 517 | 144 | 45 |
| Binary | 10111101 | 0 | 1001111 | 0 | 1100100 | 111010 | 11010 | 101001111 | 1100100 | 100101 |
Color Harmonies of #BD004F
Complementary color
Monochromatic Colors of #BD004F
Black with #BD004F
Text Example
Text Example
White with #BD004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD004F; }
p { color: rgb(189,0,79); }
H1.HeaderClassName
{
color: #BD004F;
}
.AnyTagClassName
{
color: #BD004F;
}
</style>
background-color css
<style>
a { background-color: #BD004F; }
a { background-color: rgb(189,0,79); }
div.DivClassName
{
background-color: #BD004F;
}
.BgClassName
{
background-color: #BD004F;
}
</style>
border-color css
<style>
span { border-color: #BD004F; }
span { border-color: rgb(189,0,79); }
td.TdClassName
{
border-color: #BD004F;
}
.TagClassName
{
border-color: #BD004F;
}
</style>