Shades of Jazzberry Jam #B3065D
Tints of Jazzberry Jam #B3065D
RGB
CMYK
RGB Variations
Color information
#B3065D (or 0xB3065D) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 5D. RGB value is (179,6,93). Sum of RGB (Red+Green+Blue) = 179+6+93=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3065D is #4CF9A2. Grayscale: #434343. Windows color (decimal): -5044643 or 6096563. OLE color: 6096563.
HSL color Cylindrical-coordinate representation of color #B3065D: hue angle of 329.83º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B3065D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.30 |
| HSL | 329.83º | 0.94% | 0.36% | - |
| HSV(B) | 329.83º | 0.97% | 0.7% | - |
| XYZ | 20.63 | 10.5 | 11.3 | - |
| YUV | 67.65 | 142.31 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 93 | 0 | 0.97 | 0.48 | 0.30 | 329.83 | 0.94 | 0.36 |
| Hex | B3 | 6 | 5D | 0 | 61 | 30 | 1E | 14A | 5E | 24 |
| Octal | 263 | 6 | 135 | 0 | 141 | 60 | 36 | 512 | 136 | 44 |
| Binary | 10110011 | 110 | 1011101 | 0 | 1100001 | 110000 | 11110 | 101001010 | 1011110 | 100100 |
Color Harmonies of #B3065D
Complementary color
Monochromatic Colors of #B3065D
Black with #B3065D
Text Example
Text Example
White with #B3065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3065D; }
p { color: rgb(179,6,93); }
H1.HeaderClassName
{
color: #B3065D;
}
.AnyTagClassName
{
color: #B3065D;
}
</style>
background-color css
<style>
a { background-color: #B3065D; }
a { background-color: rgb(179,6,93); }
div.DivClassName
{
background-color: #B3065D;
}
.BgClassName
{
background-color: #B3065D;
}
</style>
border-color css
<style>
span { border-color: #B3065D; }
span { border-color: rgb(179,6,93); }
td.TdClassName
{
border-color: #B3065D;
}
.TagClassName
{
border-color: #B3065D;
}
</style>