Shades of Jazzberry Jam #C10352
Tints of Jazzberry Jam #C10352
RGB
CMYK
RGB Variations
Color information
#C10352 (or 0xC10352) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 52. RGB value is (193,3,82). Sum of RGB (Red+Green+Blue) = 193+3+82=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C10352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10352 is #3EFCAD. Grayscale: #444444. Windows color (decimal): -4127918 or 5374913. OLE color: 5374913.
HSL color Cylindrical-coordinate representation of color #C10352: hue angle of 335.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10352 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.24 |
| HSL | 335.05º | 0.97% | 0.38% | - |
| HSV(B) | 335.05º | 0.98% | 0.76% | - |
| XYZ | 23.55 | 12.01 | 9.06 | - |
| YUV | 68.82 | 135.45 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 82 | 0 | 0.98 | 0.58 | 0.24 | 335.05 | 0.97 | 0.38 |
| Hex | C1 | 3 | 52 | 0 | 62 | 3A | 18 | 14F | 61 | 26 |
| Octal | 301 | 3 | 122 | 0 | 142 | 72 | 30 | 517 | 141 | 46 |
| Binary | 11000001 | 11 | 1010010 | 0 | 1100010 | 111010 | 11000 | 101001111 | 1100001 | 100110 |
Color Harmonies of #C10352
Complementary color
Monochromatic Colors of #C10352
Black with #C10352
Text Example
Text Example
White with #C10352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10352; }
p { color: rgb(193,3,82); }
H1.HeaderClassName
{
color: #C10352;
}
.AnyTagClassName
{
color: #C10352;
}
</style>
background-color css
<style>
a { background-color: #C10352; }
a { background-color: rgb(193,3,82); }
div.DivClassName
{
background-color: #C10352;
}
.BgClassName
{
background-color: #C10352;
}
</style>
border-color css
<style>
span { border-color: #C10352; }
span { border-color: rgb(193,3,82); }
td.TdClassName
{
border-color: #C10352;
}
.TagClassName
{
border-color: #C10352;
}
</style>