Shades of Jazzberry Jam #9D0342
Tints of Jazzberry Jam #9D0342
RGB
CMYK
RGB Variations
Color information
#9D0342 (or 0x9D0342) is known color: Jazzberry Jam. HEX triplet: 9D, 03 and 42. RGB value is (157,3,66). Sum of RGB (Red+Green+Blue) = 157+3+66=226 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.47% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0342 is #62FCBD. Grayscale: #383838. Windows color (decimal): -6487230 or 4326301. OLE color: 4326301.
HSL color Cylindrical-coordinate representation of color #9D0342: hue angle of 335.45º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D0342 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 66 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.38 |
| HSL | 335.45º | 0.96% | 0.31% | - |
| HSV(B) | 335.45º | 0.98% | 0.62% | - |
| XYZ | 14.92 | 7.63 | 5.84 | - |
| YUV | 56.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 66 | 0 | 0.98 | 0.58 | 0.38 | 335.45 | 0.96 | 0.31 |
| Hex | 9D | 3 | 42 | 0 | 62 | 3A | 26 | 14F | 60 | 1F |
| Octal | 235 | 3 | 102 | 0 | 142 | 72 | 46 | 517 | 140 | 37 |
| Binary | 10011101 | 11 | 1000010 | 0 | 1100010 | 111010 | 100110 | 101001111 | 1100000 | 11111 |
Color Harmonies of #9D0342
Complementary color
Monochromatic Colors of #9D0342
Black with #9D0342
Text Example
Text Example
White with #9D0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0342; }
p { color: rgb(157,3,66); }
H1.HeaderClassName
{
color: #9D0342;
}
.AnyTagClassName
{
color: #9D0342;
}
</style>
background-color css
<style>
a { background-color: #9D0342; }
a { background-color: rgb(157,3,66); }
div.DivClassName
{
background-color: #9D0342;
}
.BgClassName
{
background-color: #9D0342;
}
</style>
border-color css
<style>
span { border-color: #9D0342; }
span { border-color: rgb(157,3,66); }
td.TdClassName
{
border-color: #9D0342;
}
.TagClassName
{
border-color: #9D0342;
}
</style>