Shades of Jazzberry Jam #C00369
Tints of Jazzberry Jam #C00369
RGB
CMYK
RGB Variations
Color information
#C00369 (or 0xC00369) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 69. RGB value is (192,3,105). Sum of RGB (Red+Green+Blue) = 192+3+105=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C00369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00369 is #3FFC96. Grayscale: #464646. Windows color (decimal): -4193431 or 6882240. OLE color: 6882240.
HSL color Cylindrical-coordinate representation of color #C00369: hue angle of 327.62º 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 #C00369 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.25 |
| HSL | 327.62º | 0.97% | 0.38% | - |
| HSV(B) | 327.62º | 0.98% | 0.75% | - |
| XYZ | 24.32 | 12.29 | 14.46 | - |
| YUV | 71.14 | 147.12 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 105 | 0 | 0.98 | 0.45 | 0.25 | 327.62 | 0.97 | 0.38 |
| Hex | C0 | 3 | 69 | 0 | 62 | 2D | 19 | 148 | 61 | 26 |
| Octal | 300 | 3 | 151 | 0 | 142 | 55 | 31 | 510 | 141 | 46 |
| Binary | 11000000 | 11 | 1101001 | 0 | 1100010 | 101101 | 11001 | 101001000 | 1100001 | 100110 |
Color Harmonies of #C00369
Complementary color
Monochromatic Colors of #C00369
Black with #C00369
Text Example
Text Example
White with #C00369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00369; }
p { color: rgb(192,3,105); }
H1.HeaderClassName
{
color: #C00369;
}
.AnyTagClassName
{
color: #C00369;
}
</style>
background-color css
<style>
a { background-color: #C00369; }
a { background-color: rgb(192,3,105); }
div.DivClassName
{
background-color: #C00369;
}
.BgClassName
{
background-color: #C00369;
}
</style>
border-color css
<style>
span { border-color: #C00369; }
span { border-color: rgb(192,3,105); }
td.TdClassName
{
border-color: #C00369;
}
.TagClassName
{
border-color: #C00369;
}
</style>