Shades of Jazzberry Jam #940248
Tints of Jazzberry Jam #940248
RGB
CMYK
RGB Variations
Color information
#940248 (or 0x940248) is known color: Jazzberry Jam. HEX triplet: 94, 02 and 48. RGB value is (148,2,72). Sum of RGB (Red+Green+Blue) = 148+2+72=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #940248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940248 is #6BFDB7. Grayscale: #353535. Windows color (decimal): -7077304 or 4719252. OLE color: 4719252.
HSL color Cylindrical-coordinate representation of color #940248: hue angle of 331.23º 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 #940248 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.42 |
| HSL | 331.23º | 0.97% | 0.29% | - |
| HSV(B) | 331.23º | 0.99% | 0.58% | - |
| XYZ | 13.4 | 6.81 | 6.74 | - |
| YUV | 53.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 72 | 0 | 0.99 | 0.51 | 0.42 | 331.23 | 0.97 | 0.29 |
| Hex | 94 | 2 | 48 | 0 | 63 | 33 | 2A | 14B | 61 | 1D |
| Octal | 224 | 2 | 110 | 0 | 143 | 63 | 52 | 513 | 141 | 35 |
| Binary | 10010100 | 10 | 1001000 | 0 | 1100011 | 110011 | 101010 | 101001011 | 1100001 | 11101 |
Color Harmonies of #940248
Complementary color
Monochromatic Colors of #940248
Black with #940248
Text Example
Text Example
White with #940248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940248; }
p { color: rgb(148,2,72); }
H1.HeaderClassName
{
color: #940248;
}
.AnyTagClassName
{
color: #940248;
}
</style>
background-color css
<style>
a { background-color: #940248; }
a { background-color: rgb(148,2,72); }
div.DivClassName
{
background-color: #940248;
}
.BgClassName
{
background-color: #940248;
}
</style>
border-color css
<style>
span { border-color: #940248; }
span { border-color: rgb(148,2,72); }
td.TdClassName
{
border-color: #940248;
}
.TagClassName
{
border-color: #940248;
}
</style>