Shades of Jazzberry Jam #940141
Tints of Jazzberry Jam #940141
RGB
CMYK
RGB Variations
Color information
#940141 (or 0x940141) is known color: Jazzberry Jam. HEX triplet: 94, 01 and 41. RGB value is (148,1,65). Sum of RGB (Red+Green+Blue) = 148+1+65=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #940141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940141 is #6BFEBE. Grayscale: #343434. Windows color (decimal): -7077567 or 4260244. OLE color: 4260244.
HSL color Cylindrical-coordinate representation of color #940141: hue angle of 333.88º degrees, saturation: 0.99, 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 #940141 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.42 |
| HSL | 333.88º | 0.99% | 0.29% | - |
| HSV(B) | 333.88º | 0.99% | 0.58% | - |
| XYZ | 13.18 | 6.7 | 5.6 | - |
| YUV | 52.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 65 | 0 | 0.99 | 0.56 | 0.42 | 333.88 | 0.99 | 0.29 |
| Hex | 94 | 1 | 41 | 0 | 63 | 38 | 2A | 14E | 63 | 1D |
| Octal | 224 | 1 | 101 | 0 | 143 | 70 | 52 | 516 | 143 | 35 |
| Binary | 10010100 | 1 | 1000001 | 0 | 1100011 | 111000 | 101010 | 101001110 | 1100011 | 11101 |
Color Harmonies of #940141
Complementary color
Monochromatic Colors of #940141
Black with #940141
Text Example
Text Example
White with #940141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940141; }
p { color: rgb(148,1,65); }
H1.HeaderClassName
{
color: #940141;
}
.AnyTagClassName
{
color: #940141;
}
</style>
background-color css
<style>
a { background-color: #940141; }
a { background-color: rgb(148,1,65); }
div.DivClassName
{
background-color: #940141;
}
.BgClassName
{
background-color: #940141;
}
</style>
border-color css
<style>
span { border-color: #940141; }
span { border-color: rgb(148,1,65); }
td.TdClassName
{
border-color: #940141;
}
.TagClassName
{
border-color: #940141;
}
</style>