Shades of Jazzberry Jam #B30369
Tints of Jazzberry Jam #B30369
RGB
CMYK
RGB Variations
Color information
#B30369 (or 0xB30369) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 69. RGB value is (179,3,105). Sum of RGB (Red+Green+Blue) = 179+3+105=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B30369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30369 is #4CFC96. Grayscale: #434343. Windows color (decimal): -5045399 or 6882227. OLE color: 6882227.
HSL color Cylindrical-coordinate representation of color #B30369: hue angle of 325.23º degrees, saturation: 0.97, 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 #B30369 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.30 |
| HSL | 325.23º | 0.97% | 0.36% | - |
| HSV(B) | 325.23º | 0.98% | 0.7% | - |
| XYZ | 21.17 | 10.67 | 14.31 | - |
| YUV | 67.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 105 | 0 | 0.98 | 0.41 | 0.30 | 325.23 | 0.97 | 0.36 |
| Hex | B3 | 3 | 69 | 0 | 62 | 29 | 1E | 145 | 61 | 24 |
| Octal | 263 | 3 | 151 | 0 | 142 | 51 | 36 | 505 | 141 | 44 |
| Binary | 10110011 | 11 | 1101001 | 0 | 1100010 | 101001 | 11110 | 101000101 | 1100001 | 100100 |
Color Harmonies of #B30369
Complementary color
Monochromatic Colors of #B30369
Black with #B30369
Text Example
Text Example
White with #B30369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30369; }
p { color: rgb(179,3,105); }
H1.HeaderClassName
{
color: #B30369;
}
.AnyTagClassName
{
color: #B30369;
}
</style>
background-color css
<style>
a { background-color: #B30369; }
a { background-color: rgb(179,3,105); }
div.DivClassName
{
background-color: #B30369;
}
.BgClassName
{
background-color: #B30369;
}
</style>
border-color css
<style>
span { border-color: #B30369; }
span { border-color: rgb(179,3,105); }
td.TdClassName
{
border-color: #B30369;
}
.TagClassName
{
border-color: #B30369;
}
</style>