Shades of Jazzberry Jam #B61B68
Tints of Jazzberry Jam #B61B68
RGB
CMYK
RGB Variations
Color information
#B61B68 (or 0xB61B68) is known color: Jazzberry Jam. HEX triplet: B6, 1B and 68. RGB value is (182,27,104). Sum of RGB (Red+Green+Blue) = 182+27+104=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61B68 is #49E497. Grayscale: #515151. Windows color (decimal): -4842648 or 6822838. OLE color: 6822838.
HSL color Cylindrical-coordinate representation of color #B61B68: hue angle of 330.19º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61B68 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 27 | 104 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.29 |
| HSL | 330.19º | 0.74% | 0.41% | - |
| HSV(B) | 330.19º | 0.85% | 0.71% | - |
| XYZ | 22.18 | 11.73 | 14.19 | - |
| YUV | 82.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 104 | 0 | 0.85 | 0.43 | 0.29 | 330.19 | 0.74 | 0.41 |
| Hex | B6 | 1B | 68 | 0 | 55 | 2B | 1D | 14A | 4A | 29 |
| Octal | 266 | 33 | 150 | 0 | 125 | 53 | 35 | 512 | 112 | 51 |
| Binary | 10110110 | 11011 | 1101000 | 0 | 1010101 | 101011 | 11101 | 101001010 | 1001010 | 101001 |
Color Harmonies of #B61B68
Complementary color
Monochromatic Colors of #B61B68
Black with #B61B68
Text Example
Text Example
White with #B61B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61B68; }
p { color: rgb(182,27,104); }
H1.HeaderClassName
{
color: #B61B68;
}
.AnyTagClassName
{
color: #B61B68;
}
</style>
background-color css
<style>
a { background-color: #B61B68; }
a { background-color: rgb(182,27,104); }
div.DivClassName
{
background-color: #B61B68;
}
.BgClassName
{
background-color: #B61B68;
}
</style>
border-color css
<style>
span { border-color: #B61B68; }
span { border-color: rgb(182,27,104); }
td.TdClassName
{
border-color: #B61B68;
}
.TagClassName
{
border-color: #B61B68;
}
</style>