Shades of Jazzberry Jam #C30358
Tints of Jazzberry Jam #C30358
RGB
CMYK
RGB Variations
Color information
#C30358 (or 0xC30358) is known color: Jazzberry Jam. HEX triplet: C3, 03 and 58. RGB value is (195,3,88). Sum of RGB (Red+Green+Blue) = 195+3+88=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C30358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30358 is #3CFCA7. Grayscale: #454545. Windows color (decimal): -3996840 or 5768131. OLE color: 5768131.
HSL color Cylindrical-coordinate representation of color #C30358: hue angle of 333.44º 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 #C30358 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.24 |
| HSL | 333.44º | 0.97% | 0.39% | - |
| HSV(B) | 333.44º | 0.98% | 0.76% | - |
| XYZ | 24.3 | 12.37 | 10.34 | - |
| YUV | 70.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 88 | 0 | 0.98 | 0.55 | 0.24 | 333.44 | 0.97 | 0.39 |
| Hex | C3 | 3 | 58 | 0 | 62 | 37 | 18 | 14D | 61 | 27 |
| Octal | 303 | 3 | 130 | 0 | 142 | 67 | 30 | 515 | 141 | 47 |
| Binary | 11000011 | 11 | 1011000 | 0 | 1100010 | 110111 | 11000 | 101001101 | 1100001 | 100111 |
Color Harmonies of #C30358
Complementary color
Monochromatic Colors of #C30358
Black with #C30358
Text Example
Text Example
White with #C30358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30358; }
p { color: rgb(195,3,88); }
H1.HeaderClassName
{
color: #C30358;
}
.AnyTagClassName
{
color: #C30358;
}
</style>
background-color css
<style>
a { background-color: #C30358; }
a { background-color: rgb(195,3,88); }
div.DivClassName
{
background-color: #C30358;
}
.BgClassName
{
background-color: #C30358;
}
</style>
border-color css
<style>
span { border-color: #C30358; }
span { border-color: rgb(195,3,88); }
td.TdClassName
{
border-color: #C30358;
}
.TagClassName
{
border-color: #C30358;
}
</style>