Shades of Jazzberry Jam #C30359
Tints of Jazzberry Jam #C30359
RGB
CMYK
RGB Variations
Color information
#C30359 (or 0xC30359) is known color: Jazzberry Jam. HEX triplet: C3, 03 and 59. RGB value is (195,3,89). Sum of RGB (Red+Green+Blue) = 195+3+89=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C30359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30359 is #3CFCA6. Grayscale: #464646. Windows color (decimal): -3996839 or 5833667. OLE color: 5833667.
HSL color Cylindrical-coordinate representation of color #C30359: hue angle of 333.12º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30359 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.24 |
| HSL | 333.13º | 0.97% | 0.39% | - |
| HSV(B) | 333.13º | 0.98% | 0.76% | - |
| XYZ | 24.34 | 12.39 | 10.56 | - |
| YUV | 70.21 | 138.61 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 89 | 0 | 0.98 | 0.54 | 0.24 | 333.13 | 0.97 | 0.39 |
| Hex | C3 | 3 | 59 | 0 | 62 | 36 | 18 | 14D | 61 | 27 |
| Octal | 303 | 3 | 131 | 0 | 142 | 66 | 30 | 515 | 141 | 47 |
| Binary | 11000011 | 11 | 1011001 | 0 | 1100010 | 110110 | 11000 | 101001101 | 1100001 | 100111 |
Color Harmonies of #C30359
Complementary color
Monochromatic Colors of #C30359
Black with #C30359
Text Example
Text Example
White with #C30359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30359; }
p { color: rgb(195,3,89); }
H1.HeaderClassName
{
color: #C30359;
}
.AnyTagClassName
{
color: #C30359;
}
</style>
background-color css
<style>
a { background-color: #C30359; }
a { background-color: rgb(195,3,89); }
div.DivClassName
{
background-color: #C30359;
}
.BgClassName
{
background-color: #C30359;
}
</style>
border-color css
<style>
span { border-color: #C30359; }
span { border-color: rgb(195,3,89); }
td.TdClassName
{
border-color: #C30359;
}
.TagClassName
{
border-color: #C30359;
}
</style>