Shades of Jazzberry Jam #B30167
Tints of Jazzberry Jam #B30167
RGB
CMYK
RGB Variations
Color information
#B30167 (or 0xB30167) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 67. RGB value is (179,1,103). Sum of RGB (Red+Green+Blue) = 179+1+103=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B30167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30167 is #4CFE98. Grayscale: #414141. Windows color (decimal): -5045913 or 6750643. OLE color: 6750643.
HSL color Cylindrical-coordinate representation of color #B30167: hue angle of 325.62º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30167 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.30 |
| HSL | 325.62º | 0.99% | 0.35% | - |
| HSV(B) | 325.62º | 0.99% | 0.7% | - |
| XYZ | 21.05 | 10.58 | 13.77 | - |
| YUV | 65.85 | 148.97 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 103 | 0 | 0.99 | 0.42 | 0.30 | 325.62 | 0.99 | 0.35 |
| Hex | B3 | 1 | 67 | 0 | 63 | 2A | 1E | 146 | 63 | 23 |
| Octal | 263 | 1 | 147 | 0 | 143 | 52 | 36 | 506 | 143 | 43 |
| Binary | 10110011 | 1 | 1100111 | 0 | 1100011 | 101010 | 11110 | 101000110 | 1100011 | 100011 |
Color Harmonies of #B30167
Complementary color
Monochromatic Colors of #B30167
Black with #B30167
Text Example
Text Example
White with #B30167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30167; }
p { color: rgb(179,1,103); }
H1.HeaderClassName
{
color: #B30167;
}
.AnyTagClassName
{
color: #B30167;
}
</style>
background-color css
<style>
a { background-color: #B30167; }
a { background-color: rgb(179,1,103); }
div.DivClassName
{
background-color: #B30167;
}
.BgClassName
{
background-color: #B30167;
}
</style>
border-color css
<style>
span { border-color: #B30167; }
span { border-color: rgb(179,1,103); }
td.TdClassName
{
border-color: #B30167;
}
.TagClassName
{
border-color: #B30167;
}
</style>