Shades of Jazzberry Jam #C30268
Tints of Jazzberry Jam #C30268
RGB
CMYK
RGB Variations
Color information
#C30268 (or 0xC30268) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 68. RGB value is (195,2,104). Sum of RGB (Red+Green+Blue) = 195+2+104=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C30268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30268 is #3CFD97. Grayscale: #474747. Windows color (decimal): -3997080 or 6816451. OLE color: 6816451.
HSL color Cylindrical-coordinate representation of color #C30268: hue angle of 328.29º 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 #C30268 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.24 |
| HSL | 328.29º | 0.98% | 0.39% | - |
| HSV(B) | 328.29º | 0.99% | 0.76% | - |
| XYZ | 25.03 | 12.65 | 14.22 | - |
| YUV | 71.34 | 146.44 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 104 | 0 | 0.99 | 0.47 | 0.24 | 328.29 | 0.98 | 0.39 |
| Hex | C3 | 2 | 68 | 0 | 63 | 2F | 18 | 148 | 62 | 27 |
| Octal | 303 | 2 | 150 | 0 | 143 | 57 | 30 | 510 | 142 | 47 |
| Binary | 11000011 | 10 | 1101000 | 0 | 1100011 | 101111 | 11000 | 101001000 | 1100010 | 100111 |
Color Harmonies of #C30268
Complementary color
Monochromatic Colors of #C30268
Black with #C30268
Text Example
Text Example
White with #C30268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30268; }
p { color: rgb(195,2,104); }
H1.HeaderClassName
{
color: #C30268;
}
.AnyTagClassName
{
color: #C30268;
}
</style>
background-color css
<style>
a { background-color: #C30268; }
a { background-color: rgb(195,2,104); }
div.DivClassName
{
background-color: #C30268;
}
.BgClassName
{
background-color: #C30268;
}
</style>
border-color css
<style>
span { border-color: #C30268; }
span { border-color: rgb(195,2,104); }
td.TdClassName
{
border-color: #C30268;
}
.TagClassName
{
border-color: #C30268;
}
</style>