Shades of Jazzberry Jam #8C0342
Tints of Jazzberry Jam #8C0342
RGB
CMYK
RGB Variations
Color information
#8C0342 (or 0x8C0342) is known color: Jazzberry Jam. HEX triplet: 8C, 03 and 42. RGB value is (140,3,66). Sum of RGB (Red+Green+Blue) = 140+3+66=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0342 is #73FCBD. Grayscale: #333333. Windows color (decimal): -7601342 or 4326284. OLE color: 4326284.
HSL color Cylindrical-coordinate representation of color #8C0342: hue angle of 332.41º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0342 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 66 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.45 |
| HSL | 332.41º | 0.96% | 0.28% | - |
| HSV(B) | 332.41º | 0.98% | 0.55% | - |
| XYZ | 11.83 | 6.03 | 5.7 | - |
| YUV | 51.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 66 | 0 | 0.98 | 0.53 | 0.45 | 332.41 | 0.96 | 0.28 |
| Hex | 8C | 3 | 42 | 0 | 62 | 35 | 2D | 14C | 60 | 1C |
| Octal | 214 | 3 | 102 | 0 | 142 | 65 | 55 | 514 | 140 | 34 |
| Binary | 10001100 | 11 | 1000010 | 0 | 1100010 | 110101 | 101101 | 101001100 | 1100000 | 11100 |
Color Harmonies of #8C0342
Complementary color
Monochromatic Colors of #8C0342
Black with #8C0342
Text Example
Text Example
White with #8C0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0342; }
p { color: rgb(140,3,66); }
H1.HeaderClassName
{
color: #8C0342;
}
.AnyTagClassName
{
color: #8C0342;
}
</style>
background-color css
<style>
a { background-color: #8C0342; }
a { background-color: rgb(140,3,66); }
div.DivClassName
{
background-color: #8C0342;
}
.BgClassName
{
background-color: #8C0342;
}
</style>
border-color css
<style>
span { border-color: #8C0342; }
span { border-color: rgb(140,3,66); }
td.TdClassName
{
border-color: #8C0342;
}
.TagClassName
{
border-color: #8C0342;
}
</style>