Shades of Jazzberry Jam #98034A
Tints of Jazzberry Jam #98034A
RGB
CMYK
RGB Variations
Color information
#98034A (or 0x98034A) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 4A. RGB value is (152,3,74). Sum of RGB (Red+Green+Blue) = 152+3+74=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #98034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98034A is #67FCB5. Grayscale: #373737. Windows color (decimal): -6814902 or 4850584. OLE color: 4850584.
HSL color Cylindrical-coordinate representation of color #98034A: hue angle of 331.41º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98034A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 74 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.40 |
| HSL | 331.41º | 0.96% | 0.3% | - |
| HSV(B) | 331.41º | 0.98% | 0.6% | - |
| XYZ | 14.22 | 7.23 | 7.13 | - |
| YUV | 55.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 74 | 0 | 0.98 | 0.51 | 0.40 | 331.41 | 0.96 | 0.3 |
| Hex | 98 | 3 | 4A | 0 | 62 | 33 | 28 | 14B | 60 | 1E |
| Octal | 230 | 3 | 112 | 0 | 142 | 63 | 50 | 513 | 140 | 36 |
| Binary | 10011000 | 11 | 1001010 | 0 | 1100010 | 110011 | 101000 | 101001011 | 1100000 | 11110 |
Color Harmonies of #98034A
Complementary color
Monochromatic Colors of #98034A
Black with #98034A
Text Example
Text Example
White with #98034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98034A; }
p { color: rgb(152,3,74); }
H1.HeaderClassName
{
color: #98034A;
}
.AnyTagClassName
{
color: #98034A;
}
</style>
background-color css
<style>
a { background-color: #98034A; }
a { background-color: rgb(152,3,74); }
div.DivClassName
{
background-color: #98034A;
}
.BgClassName
{
background-color: #98034A;
}
</style>
border-color css
<style>
span { border-color: #98034A; }
span { border-color: rgb(152,3,74); }
td.TdClassName
{
border-color: #98034A;
}
.TagClassName
{
border-color: #98034A;
}
</style>