Shades of Jazzberry Jam #B31067
Tints of Jazzberry Jam #B31067
RGB
CMYK
RGB Variations
Color information
#B31067 (or 0xB31067) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 67. RGB value is (179,16,103). Sum of RGB (Red+Green+Blue) = 179+16+103=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B31067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31067 is #4CEF98. Grayscale: #4A4A4A. Windows color (decimal): -5042073 or 6754483. OLE color: 6754483.
HSL color Cylindrical-coordinate representation of color #B31067: hue angle of 327.98º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31067 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 103 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.30 |
| HSL | 327.98º | 0.84% | 0.38% | - |
| HSV(B) | 327.98º | 0.91% | 0.7% | - |
| XYZ | 21.22 | 10.93 | 13.82 | - |
| YUV | 74.66 | 144 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 103 | 0 | 0.91 | 0.42 | 0.30 | 327.98 | 0.84 | 0.38 |
| Hex | B3 | 10 | 67 | 0 | 5B | 2A | 1E | 148 | 54 | 26 |
| Octal | 263 | 20 | 147 | 0 | 133 | 52 | 36 | 510 | 124 | 46 |
| Binary | 10110011 | 10000 | 1100111 | 0 | 1011011 | 101010 | 11110 | 101001000 | 1010100 | 100110 |
Color Harmonies of #B31067
Complementary color
Monochromatic Colors of #B31067
Black with #B31067
Text Example
Text Example
White with #B31067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31067; }
p { color: rgb(179,16,103); }
H1.HeaderClassName
{
color: #B31067;
}
.AnyTagClassName
{
color: #B31067;
}
</style>
background-color css
<style>
a { background-color: #B31067; }
a { background-color: rgb(179,16,103); }
div.DivClassName
{
background-color: #B31067;
}
.BgClassName
{
background-color: #B31067;
}
</style>
border-color css
<style>
span { border-color: #B31067; }
span { border-color: rgb(179,16,103); }
td.TdClassName
{
border-color: #B31067;
}
.TagClassName
{
border-color: #B31067;
}
</style>