Shades of Jazzberry Jam #B30274
Tints of Jazzberry Jam #B30274
RGB
CMYK
RGB Variations
Color information
#B30274 (or 0xB30274) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 74. RGB value is (179,2,116). Sum of RGB (Red+Green+Blue) = 179+2+116=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B30274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30274 is #4CFD8B. Grayscale: #434343. Windows color (decimal): -5045644 or 7602867. OLE color: 7602867.
HSL color Cylindrical-coordinate representation of color #B30274: hue angle of 321.36º degrees, saturation: 0.98, 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 #B30274 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.30 |
| HSL | 321.36º | 0.98% | 0.35% | - |
| HSV(B) | 321.36º | 0.99% | 0.7% | - |
| XYZ | 21.76 | 10.89 | 17.48 | - |
| YUV | 67.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 116 | 0 | 0.99 | 0.35 | 0.30 | 321.36 | 0.98 | 0.35 |
| Hex | B3 | 2 | 74 | 0 | 63 | 23 | 1E | 141 | 62 | 23 |
| Octal | 263 | 2 | 164 | 0 | 143 | 43 | 36 | 501 | 142 | 43 |
| Binary | 10110011 | 10 | 1110100 | 0 | 1100011 | 100011 | 11110 | 101000001 | 1100010 | 100011 |
Color Harmonies of #B30274
Complementary color
Monochromatic Colors of #B30274
Black with #B30274
Text Example
Text Example
White with #B30274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30274; }
p { color: rgb(179,2,116); }
H1.HeaderClassName
{
color: #B30274;
}
.AnyTagClassName
{
color: #B30274;
}
</style>
background-color css
<style>
a { background-color: #B30274; }
a { background-color: rgb(179,2,116); }
div.DivClassName
{
background-color: #B30274;
}
.BgClassName
{
background-color: #B30274;
}
</style>
border-color css
<style>
span { border-color: #B30274; }
span { border-color: rgb(179,2,116); }
td.TdClassName
{
border-color: #B30274;
}
.TagClassName
{
border-color: #B30274;
}
</style>