Shades of Jazzberry Jam #940243
Tints of Jazzberry Jam #940243
RGB
CMYK
RGB Variations
Color information
#940243 (or 0x940243) is known color: Jazzberry Jam. HEX triplet: 94, 02 and 43. RGB value is (148,2,67). Sum of RGB (Red+Green+Blue) = 148+2+67=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #940243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940243 is #6BFDBC. Grayscale: #343434. Windows color (decimal): -7077309 or 4391572. OLE color: 4391572.
HSL color Cylindrical-coordinate representation of color #940243: hue angle of 333.29º 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 #940243 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.42 |
| HSL | 333.29º | 0.97% | 0.29% | - |
| HSV(B) | 333.29º | 0.99% | 0.58% | - |
| XYZ | 13.25 | 6.74 | 5.91 | - |
| YUV | 53.06 | 135.87 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 67 | 0 | 0.99 | 0.55 | 0.42 | 333.29 | 0.97 | 0.29 |
| Hex | 94 | 2 | 43 | 0 | 63 | 37 | 2A | 14D | 61 | 1D |
| Octal | 224 | 2 | 103 | 0 | 143 | 67 | 52 | 515 | 141 | 35 |
| Binary | 10010100 | 10 | 1000011 | 0 | 1100011 | 110111 | 101010 | 101001101 | 1100001 | 11101 |
Color Harmonies of #940243
Complementary color
Monochromatic Colors of #940243
Black with #940243
Text Example
Text Example
White with #940243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940243; }
p { color: rgb(148,2,67); }
H1.HeaderClassName
{
color: #940243;
}
.AnyTagClassName
{
color: #940243;
}
</style>
background-color css
<style>
a { background-color: #940243; }
a { background-color: rgb(148,2,67); }
div.DivClassName
{
background-color: #940243;
}
.BgClassName
{
background-color: #940243;
}
</style>
border-color css
<style>
span { border-color: #940243; }
span { border-color: rgb(148,2,67); }
td.TdClassName
{
border-color: #940243;
}
.TagClassName
{
border-color: #940243;
}
</style>