Shades of Jazzberry Jam #B30168
Tints of Jazzberry Jam #B30168
RGB
CMYK
RGB Variations
Color information
#B30168 (or 0xB30168) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 68. RGB value is (179,1,104). Sum of RGB (Red+Green+Blue) = 179+1+104=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B30168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30168 is #4CFE97. Grayscale: #414141. Windows color (decimal): -5045912 or 6816179. OLE color: 6816179.
HSL color Cylindrical-coordinate representation of color #B30168: hue angle of 325.28º 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 #B30168 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.30 |
| HSL | 325.28º | 0.99% | 0.35% | - |
| HSV(B) | 325.28º | 0.99% | 0.7% | - |
| XYZ | 21.1 | 10.6 | 14.03 | - |
| YUV | 65.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 104 | 0 | 0.99 | 0.42 | 0.30 | 325.28 | 0.99 | 0.35 |
| Hex | B3 | 1 | 68 | 0 | 63 | 2A | 1E | 145 | 63 | 23 |
| Octal | 263 | 1 | 150 | 0 | 143 | 52 | 36 | 505 | 143 | 43 |
| Binary | 10110011 | 1 | 1101000 | 0 | 1100011 | 101010 | 11110 | 101000101 | 1100011 | 100011 |
Color Harmonies of #B30168
Complementary color
Monochromatic Colors of #B30168
Black with #B30168
Text Example
Text Example
White with #B30168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30168; }
p { color: rgb(179,1,104); }
H1.HeaderClassName
{
color: #B30168;
}
.AnyTagClassName
{
color: #B30168;
}
</style>
background-color css
<style>
a { background-color: #B30168; }
a { background-color: rgb(179,1,104); }
div.DivClassName
{
background-color: #B30168;
}
.BgClassName
{
background-color: #B30168;
}
</style>
border-color css
<style>
span { border-color: #B30168; }
span { border-color: rgb(179,1,104); }
td.TdClassName
{
border-color: #B30168;
}
.TagClassName
{
border-color: #B30168;
}
</style>