Shades of Jazzberry Jam #C30761
Tints of Jazzberry Jam #C30761
RGB
CMYK
RGB Variations
Color information
#C30761 (or 0xC30761) is known color: Jazzberry Jam. HEX triplet: C3, 07 and 61. RGB value is (195,7,97). Sum of RGB (Red+Green+Blue) = 195+7+97=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C30761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30761 is #3CF89E. Grayscale: #494949. Windows color (decimal): -3995807 or 6358979. OLE color: 6358979.
HSL color Cylindrical-coordinate representation of color #C30761: hue angle of 331.28º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30761 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 97 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.24 |
| HSL | 331.28º | 0.93% | 0.4% | - |
| HSV(B) | 331.28º | 0.96% | 0.76% | - |
| XYZ | 24.74 | 12.62 | 12.44 | - |
| YUV | 73.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 97 | 0 | 0.96 | 0.50 | 0.24 | 331.28 | 0.93 | 0.4 |
| Hex | C3 | 7 | 61 | 0 | 60 | 32 | 18 | 14B | 5D | 28 |
| Octal | 303 | 7 | 141 | 0 | 140 | 62 | 30 | 513 | 135 | 50 |
| Binary | 11000011 | 111 | 1100001 | 0 | 1100000 | 110010 | 11000 | 101001011 | 1011101 | 101000 |
Color Harmonies of #C30761
Complementary color
Monochromatic Colors of #C30761
Black with #C30761
Text Example
Text Example
White with #C30761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30761; }
p { color: rgb(195,7,97); }
H1.HeaderClassName
{
color: #C30761;
}
.AnyTagClassName
{
color: #C30761;
}
</style>
background-color css
<style>
a { background-color: #C30761; }
a { background-color: rgb(195,7,97); }
div.DivClassName
{
background-color: #C30761;
}
.BgClassName
{
background-color: #C30761;
}
</style>
border-color css
<style>
span { border-color: #C30761; }
span { border-color: rgb(195,7,97); }
td.TdClassName
{
border-color: #C30761;
}
.TagClassName
{
border-color: #C30761;
}
</style>