Shades of Jazzberry Jam #940D48
Tints of Jazzberry Jam #940D48
RGB
CMYK
RGB Variations
Color information
#940D48 (or 0x940D48) is known color: Jazzberry Jam. HEX triplet: 94, 0D and 48. RGB value is (148,13,72). Sum of RGB (Red+Green+Blue) = 148+13+72=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #940D48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D48 is #6BF2B7. Grayscale: #3B3B3B. Windows color (decimal): -7074488 or 4722068. OLE color: 4722068.
HSL color Cylindrical-coordinate representation of color #940D48: hue angle of 333.78º 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 #940D48 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 72 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.42 |
| HSL | 333.78º | 0.84% | 0.32% | - |
| HSV(B) | 333.78º | 0.91% | 0.58% | - |
| XYZ | 13.53 | 7.05 | 6.78 | - |
| YUV | 60.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 72 | 0 | 0.91 | 0.51 | 0.42 | 333.78 | 0.84 | 0.32 |
| Hex | 94 | D | 48 | 0 | 5B | 33 | 2A | 14E | 54 | 20 |
| Octal | 224 | 15 | 110 | 0 | 133 | 63 | 52 | 516 | 124 | 40 |
| Binary | 10010100 | 1101 | 1001000 | 0 | 1011011 | 110011 | 101010 | 101001110 | 1010100 | 100000 |
Color Harmonies of #940D48
Complementary color
Monochromatic Colors of #940D48
Black with #940D48
Text Example
Text Example
White with #940D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D48; }
p { color: rgb(148,13,72); }
H1.HeaderClassName
{
color: #940D48;
}
.AnyTagClassName
{
color: #940D48;
}
</style>
background-color css
<style>
a { background-color: #940D48; }
a { background-color: rgb(148,13,72); }
div.DivClassName
{
background-color: #940D48;
}
.BgClassName
{
background-color: #940D48;
}
</style>
border-color css
<style>
span { border-color: #940D48; }
span { border-color: rgb(148,13,72); }
td.TdClassName
{
border-color: #940D48;
}
.TagClassName
{
border-color: #940D48;
}
</style>