Shades of Jazzberry Jam #C00367
Tints of Jazzberry Jam #C00367
RGB
CMYK
RGB Variations
Color information
#C00367 (or 0xC00367) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 67. RGB value is (192,3,103). Sum of RGB (Red+Green+Blue) = 192+3+103=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C00367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00367 is #3FFC98. Grayscale: #464646. Windows color (decimal): -4193433 or 6751168. OLE color: 6751168.
HSL color Cylindrical-coordinate representation of color #C00367: hue angle of 328.25º 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 #C00367 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.25 |
| HSL | 328.25º | 0.97% | 0.38% | - |
| HSV(B) | 328.25º | 0.98% | 0.75% | - |
| XYZ | 24.22 | 12.25 | 13.92 | - |
| YUV | 70.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 103 | 0 | 0.98 | 0.46 | 0.25 | 328.25 | 0.97 | 0.38 |
| Hex | C0 | 3 | 67 | 0 | 62 | 2E | 19 | 148 | 61 | 26 |
| Octal | 300 | 3 | 147 | 0 | 142 | 56 | 31 | 510 | 141 | 46 |
| Binary | 11000000 | 11 | 1100111 | 0 | 1100010 | 101110 | 11001 | 101001000 | 1100001 | 100110 |
Color Harmonies of #C00367
Complementary color
Monochromatic Colors of #C00367
Black with #C00367
Text Example
Text Example
White with #C00367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00367; }
p { color: rgb(192,3,103); }
H1.HeaderClassName
{
color: #C00367;
}
.AnyTagClassName
{
color: #C00367;
}
</style>
background-color css
<style>
a { background-color: #C00367; }
a { background-color: rgb(192,3,103); }
div.DivClassName
{
background-color: #C00367;
}
.BgClassName
{
background-color: #C00367;
}
</style>
border-color css
<style>
span { border-color: #C00367; }
span { border-color: rgb(192,3,103); }
td.TdClassName
{
border-color: #C00367;
}
.TagClassName
{
border-color: #C00367;
}
</style>