Shades of Jazzberry Jam #B60143
Tints of Jazzberry Jam #B60143
RGB
CMYK
RGB Variations
Color information
#B60143 (or 0xB60143) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 43. RGB value is (182,1,67). Sum of RGB (Red+Green+Blue) = 182+1+67=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B60143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60143 is #49FEBC. Grayscale: #3E3E3E. Windows color (decimal): -4849341 or 4391350. OLE color: 4391350.
HSL color Cylindrical-coordinate representation of color #B60143: hue angle of 338.12º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60143 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.29 |
| HSL | 338.12º | 0.99% | 0.36% | - |
| HSV(B) | 338.12º | 0.99% | 0.71% | - |
| XYZ | 20.32 | 10.37 | 6.24 | - |
| YUV | 62.64 | 130.47 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 67 | 0 | 0.99 | 0.63 | 0.29 | 338.12 | 0.99 | 0.36 |
| Hex | B6 | 1 | 43 | 0 | 63 | 3F | 1D | 152 | 63 | 24 |
| Octal | 266 | 1 | 103 | 0 | 143 | 77 | 35 | 522 | 143 | 44 |
| Binary | 10110110 | 1 | 1000011 | 0 | 1100011 | 111111 | 11101 | 101010010 | 1100011 | 100100 |
Color Harmonies of #B60143
Complementary color
Monochromatic Colors of #B60143
Black with #B60143
Text Example
Text Example
White with #B60143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60143; }
p { color: rgb(182,1,67); }
H1.HeaderClassName
{
color: #B60143;
}
.AnyTagClassName
{
color: #B60143;
}
</style>
background-color css
<style>
a { background-color: #B60143; }
a { background-color: rgb(182,1,67); }
div.DivClassName
{
background-color: #B60143;
}
.BgClassName
{
background-color: #B60143;
}
</style>
border-color css
<style>
span { border-color: #B60143; }
span { border-color: rgb(182,1,67); }
td.TdClassName
{
border-color: #B60143;
}
.TagClassName
{
border-color: #B60143;
}
</style>