Shades of Jazzberry Jam #9A0345
Tints of Jazzberry Jam #9A0345
RGB
CMYK
RGB Variations
Color information
#9A0345 (or 0x9A0345) is known color: Jazzberry Jam. HEX triplet: 9A, 03 and 45. RGB value is (154,3,69). Sum of RGB (Red+Green+Blue) = 154+3+69=226 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.14% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0345 is #65FCBA. Grayscale: #373737. Windows color (decimal): -6683835 or 4522906. OLE color: 4522906.
HSL color Cylindrical-coordinate representation of color #9A0345: hue angle of 333.77º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A0345 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 69 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.40 |
| HSL | 333.77º | 0.96% | 0.31% | - |
| HSV(B) | 333.77º | 0.98% | 0.6% | - |
| XYZ | 14.43 | 7.36 | 6.29 | - |
| YUV | 55.67 | 135.53 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 69 | 0 | 0.98 | 0.55 | 0.40 | 333.77 | 0.96 | 0.31 |
| Hex | 9A | 3 | 45 | 0 | 62 | 37 | 28 | 14E | 60 | 1F |
| Octal | 232 | 3 | 105 | 0 | 142 | 67 | 50 | 516 | 140 | 37 |
| Binary | 10011010 | 11 | 1000101 | 0 | 1100010 | 110111 | 101000 | 101001110 | 1100000 | 11111 |
Color Harmonies of #9A0345
Complementary color
Monochromatic Colors of #9A0345
Black with #9A0345
Text Example
Text Example
White with #9A0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0345; }
p { color: rgb(154,3,69); }
H1.HeaderClassName
{
color: #9A0345;
}
.AnyTagClassName
{
color: #9A0345;
}
</style>
background-color css
<style>
a { background-color: #9A0345; }
a { background-color: rgb(154,3,69); }
div.DivClassName
{
background-color: #9A0345;
}
.BgClassName
{
background-color: #9A0345;
}
</style>
border-color css
<style>
span { border-color: #9A0345; }
span { border-color: rgb(154,3,69); }
td.TdClassName
{
border-color: #9A0345;
}
.TagClassName
{
border-color: #9A0345;
}
</style>