Shades of Jazzberry Jam #C30256
Tints of Jazzberry Jam #C30256
RGB
CMYK
RGB Variations
Color information
#C30256 (or 0xC30256) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 56. RGB value is (195,2,86). Sum of RGB (Red+Green+Blue) = 195+2+86=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C30256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30256 is #3CFDA9. Grayscale: #454545. Windows color (decimal): -3997098 or 5636803. OLE color: 5636803.
HSL color Cylindrical-coordinate representation of color #C30256: hue angle of 333.89º 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 #C30256 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.24 |
| HSL | 333.89º | 0.98% | 0.39% | - |
| HSV(B) | 333.89º | 0.99% | 0.76% | - |
| XYZ | 24.21 | 12.32 | 9.91 | - |
| YUV | 69.28 | 137.44 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 86 | 0 | 0.99 | 0.56 | 0.24 | 333.89 | 0.98 | 0.39 |
| Hex | C3 | 2 | 56 | 0 | 63 | 38 | 18 | 14E | 62 | 27 |
| Octal | 303 | 2 | 126 | 0 | 143 | 70 | 30 | 516 | 142 | 47 |
| Binary | 11000011 | 10 | 1010110 | 0 | 1100011 | 111000 | 11000 | 101001110 | 1100010 | 100111 |
Color Harmonies of #C30256
Complementary color
Monochromatic Colors of #C30256
Black with #C30256
Text Example
Text Example
White with #C30256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30256; }
p { color: rgb(195,2,86); }
H1.HeaderClassName
{
color: #C30256;
}
.AnyTagClassName
{
color: #C30256;
}
</style>
background-color css
<style>
a { background-color: #C30256; }
a { background-color: rgb(195,2,86); }
div.DivClassName
{
background-color: #C30256;
}
.BgClassName
{
background-color: #C30256;
}
</style>
border-color css
<style>
span { border-color: #C30256; }
span { border-color: rgb(195,2,86); }
td.TdClassName
{
border-color: #C30256;
}
.TagClassName
{
border-color: #C30256;
}
</style>