Shades of Jazzberry Jam #BD024A
Tints of Jazzberry Jam #BD024A
RGB
CMYK
RGB Variations
Color information
#BD024A (or 0xBD024A) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 4A. RGB value is (189,2,74). Sum of RGB (Red+Green+Blue) = 189+2+74=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD024A is #42FDB5. Grayscale: #424242. Windows color (decimal): -4390326 or 4850365. OLE color: 4850365.
HSL color Cylindrical-coordinate representation of color #BD024A: hue angle of 336.9º degrees, saturation: 0.98, 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 #BD024A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.26 |
| HSL | 336.9º | 0.98% | 0.37% | - |
| HSV(B) | 336.9º | 0.99% | 0.74% | - |
| XYZ | 22.24 | 11.36 | 7.5 | - |
| YUV | 66.12 | 132.45 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 74 | 0 | 0.99 | 0.61 | 0.26 | 336.9 | 0.98 | 0.37 |
| Hex | BD | 2 | 4A | 0 | 63 | 3D | 1A | 151 | 62 | 25 |
| Octal | 275 | 2 | 112 | 0 | 143 | 75 | 32 | 521 | 142 | 45 |
| Binary | 10111101 | 10 | 1001010 | 0 | 1100011 | 111101 | 11010 | 101010001 | 1100010 | 100101 |
Color Harmonies of #BD024A
Complementary color
Monochromatic Colors of #BD024A
Black with #BD024A
Text Example
Text Example
White with #BD024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD024A; }
p { color: rgb(189,2,74); }
H1.HeaderClassName
{
color: #BD024A;
}
.AnyTagClassName
{
color: #BD024A;
}
</style>
background-color css
<style>
a { background-color: #BD024A; }
a { background-color: rgb(189,2,74); }
div.DivClassName
{
background-color: #BD024A;
}
.BgClassName
{
background-color: #BD024A;
}
</style>
border-color css
<style>
span { border-color: #BD024A; }
span { border-color: rgb(189,2,74); }
td.TdClassName
{
border-color: #BD024A;
}
.TagClassName
{
border-color: #BD024A;
}
</style>