Shades of Jazzberry Jam #BD034C
Tints of Jazzberry Jam #BD034C
RGB
CMYK
RGB Variations
Color information
#BD034C (or 0xBD034C) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 4C. RGB value is (189,3,76). Sum of RGB (Red+Green+Blue) = 189+3+76=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD034C is #42FCB3. Grayscale: #424242. Windows color (decimal): -4390068 or 4981693. OLE color: 4981693.
HSL color Cylindrical-coordinate representation of color #BD034C: hue angle of 336.45º 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 #BD034C is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.26 |
| HSL | 336.45º | 0.97% | 0.38% | - |
| HSV(B) | 336.45º | 0.98% | 0.74% | - |
| XYZ | 22.32 | 11.41 | 7.86 | - |
| YUV | 66.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 76 | 0 | 0.98 | 0.60 | 0.26 | 336.45 | 0.97 | 0.38 |
| Hex | BD | 3 | 4C | 0 | 62 | 3C | 1A | 150 | 61 | 26 |
| Octal | 275 | 3 | 114 | 0 | 142 | 74 | 32 | 520 | 141 | 46 |
| Binary | 10111101 | 11 | 1001100 | 0 | 1100010 | 111100 | 11010 | 101010000 | 1100001 | 100110 |
Color Harmonies of #BD034C
Complementary color
Monochromatic Colors of #BD034C
Black with #BD034C
Text Example
Text Example
White with #BD034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD034C; }
p { color: rgb(189,3,76); }
H1.HeaderClassName
{
color: #BD034C;
}
.AnyTagClassName
{
color: #BD034C;
}
</style>
background-color css
<style>
a { background-color: #BD034C; }
a { background-color: rgb(189,3,76); }
div.DivClassName
{
background-color: #BD034C;
}
.BgClassName
{
background-color: #BD034C;
}
</style>
border-color css
<style>
span { border-color: #BD034C; }
span { border-color: rgb(189,3,76); }
td.TdClassName
{
border-color: #BD034C;
}
.TagClassName
{
border-color: #BD034C;
}
</style>