Shades of Jazzberry Jam #C0035F
Tints of Jazzberry Jam #C0035F
RGB
CMYK
RGB Variations
Color information
#C0035F (or 0xC0035F) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 5F. RGB value is (192,3,95). Sum of RGB (Red+Green+Blue) = 192+3+95=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0035F is #3FFCA0. Grayscale: #454545. Windows color (decimal): -4193441 or 6226880. OLE color: 6226880.
HSL color Cylindrical-coordinate representation of color #C0035F: hue angle of 330.79º 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 #C0035F is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 95 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.25 |
| HSL | 330.79º | 0.97% | 0.38% | - |
| HSV(B) | 330.79º | 0.98% | 0.75% | - |
| XYZ | 23.84 | 12.1 | 11.91 | - |
| YUV | 70 | 142.12 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 95 | 0 | 0.98 | 0.51 | 0.25 | 330.79 | 0.97 | 0.38 |
| Hex | C0 | 3 | 5F | 0 | 62 | 33 | 19 | 14B | 61 | 26 |
| Octal | 300 | 3 | 137 | 0 | 142 | 63 | 31 | 513 | 141 | 46 |
| Binary | 11000000 | 11 | 1011111 | 0 | 1100010 | 110011 | 11001 | 101001011 | 1100001 | 100110 |
Color Harmonies of #C0035F
Complementary color
Monochromatic Colors of #C0035F
Black with #C0035F
Text Example
Text Example
White with #C0035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0035F; }
p { color: rgb(192,3,95); }
H1.HeaderClassName
{
color: #C0035F;
}
.AnyTagClassName
{
color: #C0035F;
}
</style>
background-color css
<style>
a { background-color: #C0035F; }
a { background-color: rgb(192,3,95); }
div.DivClassName
{
background-color: #C0035F;
}
.BgClassName
{
background-color: #C0035F;
}
</style>
border-color css
<style>
span { border-color: #C0035F; }
span { border-color: rgb(192,3,95); }
td.TdClassName
{
border-color: #C0035F;
}
.TagClassName
{
border-color: #C0035F;
}
</style>