Shades of Jazzberry Jam #980D43
Tints of Jazzberry Jam #980D43
RGB
CMYK
RGB Variations
Color information
#980D43 (or 0x980D43) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 43. RGB value is (152,13,67). Sum of RGB (Red+Green+Blue) = 152+13+67=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #980D43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D43 is #67F2BC. Grayscale: #3C3C3C. Windows color (decimal): -6812349 or 4394392. OLE color: 4394392.
HSL color Cylindrical-coordinate representation of color #980D43: hue angle of 336.69º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D43 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 67 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.40 |
| HSL | 336.69º | 0.84% | 0.32% | - |
| HSV(B) | 336.69º | 0.91% | 0.6% | - |
| XYZ | 14.11 | 7.37 | 5.99 | - |
| YUV | 60.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 67 | 0 | 0.91 | 0.56 | 0.40 | 336.69 | 0.84 | 0.32 |
| Hex | 98 | D | 43 | 0 | 5B | 38 | 28 | 151 | 54 | 20 |
| Octal | 230 | 15 | 103 | 0 | 133 | 70 | 50 | 521 | 124 | 40 |
| Binary | 10011000 | 1101 | 1000011 | 0 | 1011011 | 111000 | 101000 | 101010001 | 1010100 | 100000 |
Color Harmonies of #980D43
Complementary color
Monochromatic Colors of #980D43
Black with #980D43
Text Example
Text Example
White with #980D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D43; }
p { color: rgb(152,13,67); }
H1.HeaderClassName
{
color: #980D43;
}
.AnyTagClassName
{
color: #980D43;
}
</style>
background-color css
<style>
a { background-color: #980D43; }
a { background-color: rgb(152,13,67); }
div.DivClassName
{
background-color: #980D43;
}
.BgClassName
{
background-color: #980D43;
}
</style>
border-color css
<style>
span { border-color: #980D43; }
span { border-color: rgb(152,13,67); }
td.TdClassName
{
border-color: #980D43;
}
.TagClassName
{
border-color: #980D43;
}
</style>