Shades of Jazzberry Jam #C01367
Tints of Jazzberry Jam #C01367
RGB
CMYK
RGB Variations
Color information
#C01367 (or 0xC01367) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 67. RGB value is (192,19,103). Sum of RGB (Red+Green+Blue) = 192+19+103=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01367 is #3FEC98. Grayscale: #505050. Windows color (decimal): -4189337 or 6755264. OLE color: 6755264.
HSL color Cylindrical-coordinate representation of color #C01367: hue angle of 330.87º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01367 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 103 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.25 |
| HSL | 330.87º | 0.82% | 0.41% | - |
| HSV(B) | 330.87º | 0.9% | 0.75% | - |
| XYZ | 24.42 | 12.65 | 13.99 | - |
| YUV | 80.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 103 | 0 | 0.90 | 0.46 | 0.25 | 330.87 | 0.82 | 0.41 |
| Hex | C0 | 13 | 67 | 0 | 5A | 2E | 19 | 14B | 52 | 29 |
| Octal | 300 | 23 | 147 | 0 | 132 | 56 | 31 | 513 | 122 | 51 |
| Binary | 11000000 | 10011 | 1100111 | 0 | 1011010 | 101110 | 11001 | 101001011 | 1010010 | 101001 |
Color Harmonies of #C01367
Complementary color
Monochromatic Colors of #C01367
Black with #C01367
Text Example
Text Example
White with #C01367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01367; }
p { color: rgb(192,19,103); }
H1.HeaderClassName
{
color: #C01367;
}
.AnyTagClassName
{
color: #C01367;
}
</style>
background-color css
<style>
a { background-color: #C01367; }
a { background-color: rgb(192,19,103); }
div.DivClassName
{
background-color: #C01367;
}
.BgClassName
{
background-color: #C01367;
}
</style>
border-color css
<style>
span { border-color: #C01367; }
span { border-color: rgb(192,19,103); }
td.TdClassName
{
border-color: #C01367;
}
.TagClassName
{
border-color: #C01367;
}
</style>