Shades of Jazzberry Jam #C00251
Tints of Jazzberry Jam #C00251
RGB
CMYK
RGB Variations
Color information
#C00251 (or 0xC00251) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 51. RGB value is (192,2,81). Sum of RGB (Red+Green+Blue) = 192+2+81=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C00251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00251 is #3FFDAE. Grayscale: #434343. Windows color (decimal): -4193711 or 5309120. OLE color: 5309120.
HSL color Cylindrical-coordinate representation of color #C00251: hue angle of 335.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00251 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.25 |
| HSL | 335.05º | 0.98% | 0.38% | - |
| HSV(B) | 335.05º | 0.99% | 0.75% | - |
| XYZ | 23.25 | 11.84 | 8.85 | - |
| YUV | 67.82 | 135.45 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 81 | 0 | 0.99 | 0.58 | 0.25 | 335.05 | 0.98 | 0.38 |
| Hex | C0 | 2 | 51 | 0 | 63 | 3A | 19 | 14F | 62 | 26 |
| Octal | 300 | 2 | 121 | 0 | 143 | 72 | 31 | 517 | 142 | 46 |
| Binary | 11000000 | 10 | 1010001 | 0 | 1100011 | 111010 | 11001 | 101001111 | 1100010 | 100110 |
Color Harmonies of #C00251
Complementary color
Monochromatic Colors of #C00251
Black with #C00251
Text Example
Text Example
White with #C00251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00251; }
p { color: rgb(192,2,81); }
H1.HeaderClassName
{
color: #C00251;
}
.AnyTagClassName
{
color: #C00251;
}
</style>
background-color css
<style>
a { background-color: #C00251; }
a { background-color: rgb(192,2,81); }
div.DivClassName
{
background-color: #C00251;
}
.BgClassName
{
background-color: #C00251;
}
</style>
border-color css
<style>
span { border-color: #C00251; }
span { border-color: rgb(192,2,81); }
td.TdClassName
{
border-color: #C00251;
}
.TagClassName
{
border-color: #C00251;
}
</style>