Shades of Jazzberry Jam #C30261
Tints of Jazzberry Jam #C30261
RGB
CMYK
RGB Variations
Color information
#C30261 (or 0xC30261) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 61. RGB value is (195,2,97). Sum of RGB (Red+Green+Blue) = 195+2+97=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C30261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30261 is #3CFD9E. Grayscale: #464646. Windows color (decimal): -3997087 or 6357699. OLE color: 6357699.
HSL color Cylindrical-coordinate representation of color #C30261: hue angle of 330.47º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30261 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.24 |
| HSL | 330.47º | 0.98% | 0.39% | - |
| HSV(B) | 330.47º | 0.99% | 0.76% | - |
| XYZ | 24.69 | 12.51 | 12.42 | - |
| YUV | 70.54 | 142.94 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 97 | 0 | 0.99 | 0.50 | 0.24 | 330.47 | 0.98 | 0.39 |
| Hex | C3 | 2 | 61 | 0 | 63 | 32 | 18 | 14A | 62 | 27 |
| Octal | 303 | 2 | 141 | 0 | 143 | 62 | 30 | 512 | 142 | 47 |
| Binary | 11000011 | 10 | 1100001 | 0 | 1100011 | 110010 | 11000 | 101001010 | 1100010 | 100111 |
Color Harmonies of #C30261
Complementary color
Monochromatic Colors of #C30261
Black with #C30261
Text Example
Text Example
White with #C30261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30261; }
p { color: rgb(195,2,97); }
H1.HeaderClassName
{
color: #C30261;
}
.AnyTagClassName
{
color: #C30261;
}
</style>
background-color css
<style>
a { background-color: #C30261; }
a { background-color: rgb(195,2,97); }
div.DivClassName
{
background-color: #C30261;
}
.BgClassName
{
background-color: #C30261;
}
</style>
border-color css
<style>
span { border-color: #C30261; }
span { border-color: rgb(195,2,97); }
td.TdClassName
{
border-color: #C30261;
}
.TagClassName
{
border-color: #C30261;
}
</style>