Shades of Jazzberry Jam #940240
Tints of Jazzberry Jam #940240
RGB
CMYK
RGB Variations
Color information
#940240 (or 0x940240) is known color: Jazzberry Jam. HEX triplet: 94, 02 and 40. RGB value is (148,2,64). Sum of RGB (Red+Green+Blue) = 148+2+64=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #940240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940240 is #6BFDBF. Grayscale: #343434. Windows color (decimal): -7077312 or 4194964. OLE color: 4194964.
HSL color Cylindrical-coordinate representation of color #940240: hue angle of 334.52º 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 #940240 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.42 |
| HSL | 334.52º | 0.97% | 0.29% | - |
| HSV(B) | 334.52º | 0.99% | 0.58% | - |
| XYZ | 13.16 | 6.71 | 5.45 | - |
| YUV | 52.72 | 134.37 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 64 | 0 | 0.99 | 0.57 | 0.42 | 334.52 | 0.97 | 0.29 |
| Hex | 94 | 2 | 40 | 0 | 63 | 39 | 2A | 14F | 61 | 1D |
| Octal | 224 | 2 | 100 | 0 | 143 | 71 | 52 | 517 | 141 | 35 |
| Binary | 10010100 | 10 | 1000000 | 0 | 1100011 | 111001 | 101010 | 101001111 | 1100001 | 11101 |
Color Harmonies of #940240
Complementary color
Monochromatic Colors of #940240
Black with #940240
Text Example
Text Example
White with #940240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940240; }
p { color: rgb(148,2,64); }
H1.HeaderClassName
{
color: #940240;
}
.AnyTagClassName
{
color: #940240;
}
</style>
background-color css
<style>
a { background-color: #940240; }
a { background-color: rgb(148,2,64); }
div.DivClassName
{
background-color: #940240;
}
.BgClassName
{
background-color: #940240;
}
</style>
border-color css
<style>
span { border-color: #940240; }
span { border-color: rgb(148,2,64); }
td.TdClassName
{
border-color: #940240;
}
.TagClassName
{
border-color: #940240;
}
</style>