Shades of Jazzberry Jam #B30067
Tints of Jazzberry Jam #B30067
RGB
CMYK
RGB Variations
Color information
#B30067 (or 0xB30067) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 67. RGB value is (179,0,103). Sum of RGB (Red+Green+Blue) = 179+0+103=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B30067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30067 is #4CFF98. Grayscale: #414141. Windows color (decimal): -5046169 or 6750387. OLE color: 6750387.
HSL color Cylindrical-coordinate representation of color #B30067: hue angle of 325.47º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30067 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.42 | 0.30 |
| HSL | 325.47º | 1% | 0.35% | - |
| HSV(B) | 325.47º | 1% | 0.7% | - |
| XYZ | 21.04 | 10.56 | 13.76 | - |
| YUV | 65.26 | 149.3 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 103 | 0 | 1 | 0.42 | 0.30 | 325.47 | 1 | 0.35 |
| Hex | B3 | 0 | 67 | 0 | 64 | 2A | 1E | 145 | 64 | 23 |
| Octal | 263 | 0 | 147 | 0 | 144 | 52 | 36 | 505 | 144 | 43 |
| Binary | 10110011 | 0 | 1100111 | 0 | 1100100 | 101010 | 11110 | 101000101 | 1100100 | 100011 |
Color Harmonies of #B30067
Complementary color
Monochromatic Colors of #B30067
Black with #B30067
Text Example
Text Example
White with #B30067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30067; }
p { color: rgb(179,0,103); }
H1.HeaderClassName
{
color: #B30067;
}
.AnyTagClassName
{
color: #B30067;
}
</style>
background-color css
<style>
a { background-color: #B30067; }
a { background-color: rgb(179,0,103); }
div.DivClassName
{
background-color: #B30067;
}
.BgClassName
{
background-color: #B30067;
}
</style>
border-color css
<style>
span { border-color: #B30067; }
span { border-color: rgb(179,0,103); }
td.TdClassName
{
border-color: #B30067;
}
.TagClassName
{
border-color: #B30067;
}
</style>