Shades of Jazzberry Jam #940242
Tints of Jazzberry Jam #940242
RGB
CMYK
RGB Variations
Color information
#940242 (or 0x940242) is known color: Jazzberry Jam. HEX triplet: 94, 02 and 42. RGB value is (148,2,66). Sum of RGB (Red+Green+Blue) = 148+2+66=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #940242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940242 is #6BFDBD. Grayscale: #343434. Windows color (decimal): -7077310 or 4326036. OLE color: 4326036.
HSL color Cylindrical-coordinate representation of color #940242: hue angle of 333.7º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940242 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.42 |
| HSL | 333.7º | 0.97% | 0.29% | - |
| HSV(B) | 333.7º | 0.99% | 0.58% | - |
| XYZ | 13.22 | 6.73 | 5.76 | - |
| YUV | 52.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 66 | 0 | 0.99 | 0.55 | 0.42 | 333.7 | 0.97 | 0.29 |
| Hex | 94 | 2 | 42 | 0 | 63 | 37 | 2A | 14E | 61 | 1D |
| Octal | 224 | 2 | 102 | 0 | 143 | 67 | 52 | 516 | 141 | 35 |
| Binary | 10010100 | 10 | 1000010 | 0 | 1100011 | 110111 | 101010 | 101001110 | 1100001 | 11101 |
Color Harmonies of #940242
Complementary color
Monochromatic Colors of #940242
Black with #940242
Text Example
Text Example
White with #940242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940242; }
p { color: rgb(148,2,66); }
H1.HeaderClassName
{
color: #940242;
}
.AnyTagClassName
{
color: #940242;
}
</style>
background-color css
<style>
a { background-color: #940242; }
a { background-color: rgb(148,2,66); }
div.DivClassName
{
background-color: #940242;
}
.BgClassName
{
background-color: #940242;
}
</style>
border-color css
<style>
span { border-color: #940242; }
span { border-color: rgb(148,2,66); }
td.TdClassName
{
border-color: #940242;
}
.TagClassName
{
border-color: #940242;
}
</style>