Shades of Jazzberry Jam #9D0345
Tints of Jazzberry Jam #9D0345
RGB
CMYK
RGB Variations
Color information
#9D0345 (or 0x9D0345) is known color: Jazzberry Jam. HEX triplet: 9D, 03 and 45. RGB value is (157,3,69). Sum of RGB (Red+Green+Blue) = 157+3+69=229 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.56% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0345 is #62FCBA. Grayscale: #383838. Windows color (decimal): -6487227 or 4522909. OLE color: 4522909.
HSL color Cylindrical-coordinate representation of color #9D0345: hue angle of 334.29º 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 #9D0345 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 69 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.38 |
| HSL | 334.29º | 0.96% | 0.31% | - |
| HSV(B) | 334.29º | 0.98% | 0.62% | - |
| XYZ | 15.01 | 7.66 | 6.32 | - |
| YUV | 56.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 69 | 0 | 0.98 | 0.56 | 0.38 | 334.29 | 0.96 | 0.31 |
| Hex | 9D | 3 | 45 | 0 | 62 | 38 | 26 | 14E | 60 | 1F |
| Octal | 235 | 3 | 105 | 0 | 142 | 70 | 46 | 516 | 140 | 37 |
| Binary | 10011101 | 11 | 1000101 | 0 | 1100010 | 111000 | 100110 | 101001110 | 1100000 | 11111 |
Color Harmonies of #9D0345
Complementary color
Monochromatic Colors of #9D0345
Black with #9D0345
Text Example
Text Example
White with #9D0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0345; }
p { color: rgb(157,3,69); }
H1.HeaderClassName
{
color: #9D0345;
}
.AnyTagClassName
{
color: #9D0345;
}
</style>
background-color css
<style>
a { background-color: #9D0345; }
a { background-color: rgb(157,3,69); }
div.DivClassName
{
background-color: #9D0345;
}
.BgClassName
{
background-color: #9D0345;
}
</style>
border-color css
<style>
span { border-color: #9D0345; }
span { border-color: rgb(157,3,69); }
td.TdClassName
{
border-color: #9D0345;
}
.TagClassName
{
border-color: #9D0345;
}
</style>