Shades of Jazzberry Jam #B30744
Tints of Jazzberry Jam #B30744
RGB
CMYK
RGB Variations
Color information
#B30744 (or 0xB30744) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 44. RGB value is (179,7,68). Sum of RGB (Red+Green+Blue) = 179+7+68=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B30744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30744 is #4CF8BB. Grayscale: #414141. Windows color (decimal): -5044412 or 4458419. OLE color: 4458419.
HSL color Cylindrical-coordinate representation of color #B30744: hue angle of 338.72º 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 #B30744 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 68 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.30 |
| HSL | 338.72º | 0.92% | 0.36% | - |
| HSV(B) | 338.72º | 0.96% | 0.7% | - |
| XYZ | 19.71 | 10.15 | 6.39 | - |
| YUV | 65.38 | 129.48 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 68 | 0 | 0.96 | 0.62 | 0.30 | 338.72 | 0.92 | 0.36 |
| Hex | B3 | 7 | 44 | 0 | 60 | 3E | 1E | 153 | 5C | 24 |
| Octal | 263 | 7 | 104 | 0 | 140 | 76 | 36 | 523 | 134 | 44 |
| Binary | 10110011 | 111 | 1000100 | 0 | 1100000 | 111110 | 11110 | 101010011 | 1011100 | 100100 |
Color Harmonies of #B30744
Complementary color
Monochromatic Colors of #B30744
Black with #B30744
Text Example
Text Example
White with #B30744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30744; }
p { color: rgb(179,7,68); }
H1.HeaderClassName
{
color: #B30744;
}
.AnyTagClassName
{
color: #B30744;
}
</style>
background-color css
<style>
a { background-color: #B30744; }
a { background-color: rgb(179,7,68); }
div.DivClassName
{
background-color: #B30744;
}
.BgClassName
{
background-color: #B30744;
}
</style>
border-color css
<style>
span { border-color: #B30744; }
span { border-color: rgb(179,7,68); }
td.TdClassName
{
border-color: #B30744;
}
.TagClassName
{
border-color: #B30744;
}
</style>