Shades of Jazzberry Jam #B30745
Tints of Jazzberry Jam #B30745
RGB
CMYK
RGB Variations
Color information
#B30745 (or 0xB30745) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 45. RGB value is (179,7,69). Sum of RGB (Red+Green+Blue) = 179+7+69=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B30745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30745 is #4CF8BA. Grayscale: #414141. Windows color (decimal): -5044411 or 4523955. OLE color: 4523955.
HSL color Cylindrical-coordinate representation of color #B30745: hue angle of 338.37º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30745 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 69 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.30 |
| HSL | 338.37º | 0.92% | 0.36% | - |
| HSV(B) | 338.37º | 0.96% | 0.7% | - |
| XYZ | 19.74 | 10.17 | 6.55 | - |
| YUV | 65.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 69 | 0 | 0.96 | 0.61 | 0.30 | 338.37 | 0.92 | 0.36 |
| Hex | B3 | 7 | 45 | 0 | 60 | 3D | 1E | 152 | 5C | 24 |
| Octal | 263 | 7 | 105 | 0 | 140 | 75 | 36 | 522 | 134 | 44 |
| Binary | 10110011 | 111 | 1000101 | 0 | 1100000 | 111101 | 11110 | 101010010 | 1011100 | 100100 |
Color Harmonies of #B30745
Complementary color
Monochromatic Colors of #B30745
Black with #B30745
Text Example
Text Example
White with #B30745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30745; }
p { color: rgb(179,7,69); }
H1.HeaderClassName
{
color: #B30745;
}
.AnyTagClassName
{
color: #B30745;
}
</style>
background-color css
<style>
a { background-color: #B30745; }
a { background-color: rgb(179,7,69); }
div.DivClassName
{
background-color: #B30745;
}
.BgClassName
{
background-color: #B30745;
}
</style>
border-color css
<style>
span { border-color: #B30745; }
span { border-color: rgb(179,7,69); }
td.TdClassName
{
border-color: #B30745;
}
.TagClassName
{
border-color: #B30745;
}
</style>