Shades of Jazzberry Jam #BD1053
Tints of Jazzberry Jam #BD1053
RGB
CMYK
RGB Variations
Color information
#BD1053 (or 0xBD1053) is known color: Jazzberry Jam. HEX triplet: BD, 10 and 53. RGB value is (189,16,83). Sum of RGB (Red+Green+Blue) = 189+16+83=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1053 is #42EFAC. Grayscale: #4B4B4B. Windows color (decimal): -4386733 or 5443773. OLE color: 5443773.
HSL color Cylindrical-coordinate representation of color #BD1053: hue angle of 336.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1053 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 83 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.26 |
| HSL | 336.76º | 0.84% | 0.4% | - |
| HSV(B) | 336.76º | 0.92% | 0.74% | - |
| XYZ | 22.73 | 11.81 | 9.27 | - |
| YUV | 75.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 83 | 0 | 0.92 | 0.56 | 0.26 | 336.76 | 0.84 | 0.4 |
| Hex | BD | 10 | 53 | 0 | 5C | 38 | 1A | 151 | 54 | 28 |
| Octal | 275 | 20 | 123 | 0 | 134 | 70 | 32 | 521 | 124 | 50 |
| Binary | 10111101 | 10000 | 1010011 | 0 | 1011100 | 111000 | 11010 | 101010001 | 1010100 | 101000 |
Color Harmonies of #BD1053
Complementary color
Monochromatic Colors of #BD1053
Black with #BD1053
Text Example
Text Example
White with #BD1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1053; }
p { color: rgb(189,16,83); }
H1.HeaderClassName
{
color: #BD1053;
}
.AnyTagClassName
{
color: #BD1053;
}
</style>
background-color css
<style>
a { background-color: #BD1053; }
a { background-color: rgb(189,16,83); }
div.DivClassName
{
background-color: #BD1053;
}
.BgClassName
{
background-color: #BD1053;
}
</style>
border-color css
<style>
span { border-color: #BD1053; }
span { border-color: rgb(189,16,83); }
td.TdClassName
{
border-color: #BD1053;
}
.TagClassName
{
border-color: #BD1053;
}
</style>