Shades of Jazzberry Jam #940D49
Tints of Jazzberry Jam #940D49
RGB
CMYK
RGB Variations
Color information
#940D49 (or 0x940D49) is known color: Jazzberry Jam. HEX triplet: 94, 0D and 49. RGB value is (148,13,73). Sum of RGB (Red+Green+Blue) = 148+13+73=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #940D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D49 is #6BF2B6. Grayscale: #3C3C3C. Windows color (decimal): -7074487 or 4787604. OLE color: 4787604.
HSL color Cylindrical-coordinate representation of color #940D49: hue angle of 333.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D49 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 73 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.42 |
| HSL | 333.33º | 0.84% | 0.32% | - |
| HSV(B) | 333.33º | 0.91% | 0.58% | - |
| XYZ | 13.56 | 7.06 | 6.95 | - |
| YUV | 60.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 73 | 0 | 0.91 | 0.51 | 0.42 | 333.33 | 0.84 | 0.32 |
| Hex | 94 | D | 49 | 0 | 5B | 33 | 2A | 14D | 54 | 20 |
| Octal | 224 | 15 | 111 | 0 | 133 | 63 | 52 | 515 | 124 | 40 |
| Binary | 10010100 | 1101 | 1001001 | 0 | 1011011 | 110011 | 101010 | 101001101 | 1010100 | 100000 |
Color Harmonies of #940D49
Complementary color
Monochromatic Colors of #940D49
Black with #940D49
Text Example
Text Example
White with #940D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D49; }
p { color: rgb(148,13,73); }
H1.HeaderClassName
{
color: #940D49;
}
.AnyTagClassName
{
color: #940D49;
}
</style>
background-color css
<style>
a { background-color: #940D49; }
a { background-color: rgb(148,13,73); }
div.DivClassName
{
background-color: #940D49;
}
.BgClassName
{
background-color: #940D49;
}
</style>
border-color css
<style>
span { border-color: #940D49; }
span { border-color: rgb(148,13,73); }
td.TdClassName
{
border-color: #940D49;
}
.TagClassName
{
border-color: #940D49;
}
</style>