Shades of Jazzberry Jam #B30468
Tints of Jazzberry Jam #B30468
RGB
CMYK
RGB Variations
Color information
#B30468 (or 0xB30468) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 68. RGB value is (179,4,104). Sum of RGB (Red+Green+Blue) = 179+4+104=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B30468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30468 is #4CFB97. Grayscale: #434343. Windows color (decimal): -5045144 or 6816947. OLE color: 6816947.
HSL color Cylindrical-coordinate representation of color #B30468: hue angle of 325.71º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30468 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.30 |
| HSL | 325.71º | 0.96% | 0.36% | - |
| HSV(B) | 325.71º | 0.98% | 0.7% | - |
| XYZ | 21.13 | 10.67 | 14.04 | - |
| YUV | 67.73 | 148.48 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 104 | 0 | 0.98 | 0.42 | 0.30 | 325.71 | 0.96 | 0.36 |
| Hex | B3 | 4 | 68 | 0 | 62 | 2A | 1E | 146 | 60 | 24 |
| Octal | 263 | 4 | 150 | 0 | 142 | 52 | 36 | 506 | 140 | 44 |
| Binary | 10110011 | 100 | 1101000 | 0 | 1100010 | 101010 | 11110 | 101000110 | 1100000 | 100100 |
Color Harmonies of #B30468
Complementary color
Monochromatic Colors of #B30468
Black with #B30468
Text Example
Text Example
White with #B30468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30468; }
p { color: rgb(179,4,104); }
H1.HeaderClassName
{
color: #B30468;
}
.AnyTagClassName
{
color: #B30468;
}
</style>
background-color css
<style>
a { background-color: #B30468; }
a { background-color: rgb(179,4,104); }
div.DivClassName
{
background-color: #B30468;
}
.BgClassName
{
background-color: #B30468;
}
</style>
border-color css
<style>
span { border-color: #B30468; }
span { border-color: rgb(179,4,104); }
td.TdClassName
{
border-color: #B30468;
}
.TagClassName
{
border-color: #B30468;
}
</style>