Shades of Jazzberry Jam #C00360
Tints of Jazzberry Jam #C00360
RGB
CMYK
RGB Variations
Color information
#C00360 (or 0xC00360) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 60. RGB value is (192,3,96). Sum of RGB (Red+Green+Blue) = 192+3+96=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C00360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00360 is #3FFC9F. Grayscale: #454545. Windows color (decimal): -4193440 or 6292416. OLE color: 6292416.
HSL color Cylindrical-coordinate representation of color #C00360: hue angle of 330.48º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00360 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.25 |
| HSL | 330.48º | 0.97% | 0.38% | - |
| HSV(B) | 330.48º | 0.98% | 0.75% | - |
| XYZ | 23.88 | 12.12 | 12.15 | - |
| YUV | 70.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 96 | 0 | 0.98 | 0.50 | 0.25 | 330.48 | 0.97 | 0.38 |
| Hex | C0 | 3 | 60 | 0 | 62 | 32 | 19 | 14A | 61 | 26 |
| Octal | 300 | 3 | 140 | 0 | 142 | 62 | 31 | 512 | 141 | 46 |
| Binary | 11000000 | 11 | 1100000 | 0 | 1100010 | 110010 | 11001 | 101001010 | 1100001 | 100110 |
Color Harmonies of #C00360
Complementary color
Monochromatic Colors of #C00360
Black with #C00360
Text Example
Text Example
White with #C00360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00360; }
p { color: rgb(192,3,96); }
H1.HeaderClassName
{
color: #C00360;
}
.AnyTagClassName
{
color: #C00360;
}
</style>
background-color css
<style>
a { background-color: #C00360; }
a { background-color: rgb(192,3,96); }
div.DivClassName
{
background-color: #C00360;
}
.BgClassName
{
background-color: #C00360;
}
</style>
border-color css
<style>
span { border-color: #C00360; }
span { border-color: rgb(192,3,96); }
td.TdClassName
{
border-color: #C00360;
}
.TagClassName
{
border-color: #C00360;
}
</style>