Shades of Jazzberry Jam #C30B64
Tints of Jazzberry Jam #C30B64
RGB
CMYK
RGB Variations
Color information
#C30B64 (or 0xC30B64) is known color: Jazzberry Jam. HEX triplet: C3, 0B and 64. RGB value is (195,11,100). Sum of RGB (Red+Green+Blue) = 195+11+100=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B64 is #3CF49B. Grayscale: #4B4B4B. Windows color (decimal): -3994780 or 6556611. OLE color: 6556611.
HSL color Cylindrical-coordinate representation of color #C30B64: hue angle of 330.98º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B64 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 100 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.24 |
| HSL | 330.98º | 0.89% | 0.4% | - |
| HSV(B) | 330.98º | 0.94% | 0.76% | - |
| XYZ | 24.93 | 12.76 | 13.21 | - |
| YUV | 76.16 | 141.46 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 100 | 0 | 0.94 | 0.49 | 0.24 | 330.98 | 0.89 | 0.4 |
| Hex | C3 | B | 64 | 0 | 5E | 31 | 18 | 14B | 59 | 28 |
| Octal | 303 | 13 | 144 | 0 | 136 | 61 | 30 | 513 | 131 | 50 |
| Binary | 11000011 | 1011 | 1100100 | 0 | 1011110 | 110001 | 11000 | 101001011 | 1011001 | 101000 |
Color Harmonies of #C30B64
Complementary color
Monochromatic Colors of #C30B64
Black with #C30B64
Text Example
Text Example
White with #C30B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B64; }
p { color: rgb(195,11,100); }
H1.HeaderClassName
{
color: #C30B64;
}
.AnyTagClassName
{
color: #C30B64;
}
</style>
background-color css
<style>
a { background-color: #C30B64; }
a { background-color: rgb(195,11,100); }
div.DivClassName
{
background-color: #C30B64;
}
.BgClassName
{
background-color: #C30B64;
}
</style>
border-color css
<style>
span { border-color: #C30B64; }
span { border-color: rgb(195,11,100); }
td.TdClassName
{
border-color: #C30B64;
}
.TagClassName
{
border-color: #C30B64;
}
</style>