Shades of Jazzberry Jam #9A033C
Tints of Jazzberry Jam #9A033C
RGB
CMYK
RGB Variations
Color information
#9A033C (or 0x9A033C) is known color: Jazzberry Jam. HEX triplet: 9A, 03 and 3C. RGB value is (154,3,60). Sum of RGB (Red+Green+Blue) = 154+3+60=217 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.97% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 154 - color contains mainly: red. Hex color #9A033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A033C is #65FCC3. Grayscale: #363636. Windows color (decimal): -6683844 or 3933082. OLE color: 3933082.
HSL color Cylindrical-coordinate representation of color #9A033C: hue angle of 337.35º 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 #9A033C is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.40 |
| HSL | 337.35º | 0.96% | 0.31% | - |
| HSV(B) | 337.35º | 0.98% | 0.6% | - |
| XYZ | 14.17 | 7.26 | 4.93 | - |
| YUV | 54.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 60 | 0 | 0.98 | 0.61 | 0.40 | 337.35 | 0.96 | 0.31 |
| Hex | 9A | 3 | 3C | 0 | 62 | 3D | 28 | 151 | 60 | 1F |
| Octal | 232 | 3 | 74 | 0 | 142 | 75 | 50 | 521 | 140 | 37 |
| Binary | 10011010 | 11 | 111100 | 0 | 1100010 | 111101 | 101000 | 101010001 | 1100000 | 11111 |
Color Harmonies of #9A033C
Complementary color
Monochromatic Colors of #9A033C
Black with #9A033C
Text Example
Text Example
White with #9A033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A033C; }
p { color: rgb(154,3,60); }
H1.HeaderClassName
{
color: #9A033C;
}
.AnyTagClassName
{
color: #9A033C;
}
</style>
background-color css
<style>
a { background-color: #9A033C; }
a { background-color: rgb(154,3,60); }
div.DivClassName
{
background-color: #9A033C;
}
.BgClassName
{
background-color: #9A033C;
}
</style>
border-color css
<style>
span { border-color: #9A033C; }
span { border-color: rgb(154,3,60); }
td.TdClassName
{
border-color: #9A033C;
}
.TagClassName
{
border-color: #9A033C;
}
</style>