Shades of Jazzberry Jam #940247
Tints of Jazzberry Jam #940247
RGB
CMYK
RGB Variations
Color information
#940247 (or 0x940247) is known color: Jazzberry Jam. HEX triplet: 94, 02 and 47. RGB value is (148,2,71). Sum of RGB (Red+Green+Blue) = 148+2+71=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #940247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940247 is #6BFDB8. Grayscale: #353535. Windows color (decimal): -7077305 or 4653716. OLE color: 4653716.
HSL color Cylindrical-coordinate representation of color #940247: hue angle of 331.64º 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 #940247 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.42 |
| HSL | 331.64º | 0.97% | 0.29% | - |
| HSV(B) | 331.64º | 0.99% | 0.58% | - |
| XYZ | 13.37 | 6.79 | 6.57 | - |
| YUV | 53.52 | 137.87 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 71 | 0 | 0.99 | 0.52 | 0.42 | 331.64 | 0.97 | 0.29 |
| Hex | 94 | 2 | 47 | 0 | 63 | 34 | 2A | 14C | 61 | 1D |
| Octal | 224 | 2 | 107 | 0 | 143 | 64 | 52 | 514 | 141 | 35 |
| Binary | 10010100 | 10 | 1000111 | 0 | 1100011 | 110100 | 101010 | 101001100 | 1100001 | 11101 |
Color Harmonies of #940247
Complementary color
Monochromatic Colors of #940247
Black with #940247
Text Example
Text Example
White with #940247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940247; }
p { color: rgb(148,2,71); }
H1.HeaderClassName
{
color: #940247;
}
.AnyTagClassName
{
color: #940247;
}
</style>
background-color css
<style>
a { background-color: #940247; }
a { background-color: rgb(148,2,71); }
div.DivClassName
{
background-color: #940247;
}
.BgClassName
{
background-color: #940247;
}
</style>
border-color css
<style>
span { border-color: #940247; }
span { border-color: rgb(148,2,71); }
td.TdClassName
{
border-color: #940247;
}
.TagClassName
{
border-color: #940247;
}
</style>