Shades of Jazzberry Jam #BD1353
Tints of Jazzberry Jam #BD1353
RGB
CMYK
RGB Variations
Color information
#BD1353 (or 0xBD1353) is known color: Jazzberry Jam. HEX triplet: BD, 13 and 53. RGB value is (189,19,83). Sum of RGB (Red+Green+Blue) = 189+19+83=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1353 is #42ECAC. Grayscale: #4D4D4D. Windows color (decimal): -4385965 or 5444541. OLE color: 5444541.
HSL color Cylindrical-coordinate representation of color #BD1353: hue angle of 337.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1353 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 83 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.26 |
| HSL | 337.41º | 0.82% | 0.41% | - |
| HSV(B) | 337.41º | 0.9% | 0.74% | - |
| XYZ | 22.78 | 11.91 | 9.28 | - |
| YUV | 77.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 83 | 0 | 0.90 | 0.56 | 0.26 | 337.41 | 0.82 | 0.41 |
| Hex | BD | 13 | 53 | 0 | 5A | 38 | 1A | 151 | 52 | 29 |
| Octal | 275 | 23 | 123 | 0 | 132 | 70 | 32 | 521 | 122 | 51 |
| Binary | 10111101 | 10011 | 1010011 | 0 | 1011010 | 111000 | 11010 | 101010001 | 1010010 | 101001 |
Color Harmonies of #BD1353
Complementary color
Monochromatic Colors of #BD1353
Black with #BD1353
Text Example
Text Example
White with #BD1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1353; }
p { color: rgb(189,19,83); }
H1.HeaderClassName
{
color: #BD1353;
}
.AnyTagClassName
{
color: #BD1353;
}
</style>
background-color css
<style>
a { background-color: #BD1353; }
a { background-color: rgb(189,19,83); }
div.DivClassName
{
background-color: #BD1353;
}
.BgClassName
{
background-color: #BD1353;
}
</style>
border-color css
<style>
span { border-color: #BD1353; }
span { border-color: rgb(189,19,83); }
td.TdClassName
{
border-color: #BD1353;
}
.TagClassName
{
border-color: #BD1353;
}
</style>