Shades of Jazzberry Jam #BD1052
Tints of Jazzberry Jam #BD1052
RGB
CMYK
RGB Variations
Color information
#BD1052 (or 0xBD1052) is known color: Jazzberry Jam. HEX triplet: BD, 10 and 52. RGB value is (189,16,82). Sum of RGB (Red+Green+Blue) = 189+16+82=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1052 is #42EFAD. Grayscale: #4B4B4B. Windows color (decimal): -4386734 or 5378237. OLE color: 5378237.
HSL color Cylindrical-coordinate representation of color #BD1052: hue angle of 337.11º 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 #BD1052 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 82 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.26 |
| HSL | 337.11º | 0.84% | 0.4% | - |
| HSV(B) | 337.11º | 0.92% | 0.74% | - |
| XYZ | 22.69 | 11.8 | 9.06 | - |
| YUV | 75.25 | 131.81 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 82 | 0 | 0.92 | 0.57 | 0.26 | 337.11 | 0.84 | 0.4 |
| Hex | BD | 10 | 52 | 0 | 5C | 39 | 1A | 151 | 54 | 28 |
| Octal | 275 | 20 | 122 | 0 | 134 | 71 | 32 | 521 | 124 | 50 |
| Binary | 10111101 | 10000 | 1010010 | 0 | 1011100 | 111001 | 11010 | 101010001 | 1010100 | 101000 |
Color Harmonies of #BD1052
Complementary color
Monochromatic Colors of #BD1052
Black with #BD1052
Text Example
Text Example
White with #BD1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1052; }
p { color: rgb(189,16,82); }
H1.HeaderClassName
{
color: #BD1052;
}
.AnyTagClassName
{
color: #BD1052;
}
</style>
background-color css
<style>
a { background-color: #BD1052; }
a { background-color: rgb(189,16,82); }
div.DivClassName
{
background-color: #BD1052;
}
.BgClassName
{
background-color: #BD1052;
}
</style>
border-color css
<style>
span { border-color: #BD1052; }
span { border-color: rgb(189,16,82); }
td.TdClassName
{
border-color: #BD1052;
}
.TagClassName
{
border-color: #BD1052;
}
</style>