Shades of Jazzberry Jam #AD0341
Tints of Jazzberry Jam #AD0341
RGB
CMYK
RGB Variations
Color information
#AD0341 (or 0xAD0341) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 41. RGB value is (173,3,65). Sum of RGB (Red+Green+Blue) = 173+3+65=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0341 is #52FCBE. Grayscale: #3C3C3C. Windows color (decimal): -5438655 or 4260781. OLE color: 4260781.
HSL color Cylindrical-coordinate representation of color #AD0341: hue angle of 338.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0341 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 65 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.32 |
| HSL | 338.12º | 0.97% | 0.35% | - |
| HSV(B) | 338.12º | 0.98% | 0.68% | - |
| XYZ | 18.22 | 9.33 | 5.84 | - |
| YUV | 60.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 65 | 0 | 0.98 | 0.62 | 0.32 | 338.12 | 0.97 | 0.35 |
| Hex | AD | 3 | 41 | 0 | 62 | 3E | 20 | 152 | 61 | 23 |
| Octal | 255 | 3 | 101 | 0 | 142 | 76 | 40 | 522 | 141 | 43 |
| Binary | 10101101 | 11 | 1000001 | 0 | 1100010 | 111110 | 100000 | 101010010 | 1100001 | 100011 |
Color Harmonies of #AD0341
Complementary color
Monochromatic Colors of #AD0341
Black with #AD0341
Text Example
Text Example
White with #AD0341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0341; }
p { color: rgb(173,3,65); }
H1.HeaderClassName
{
color: #AD0341;
}
.AnyTagClassName
{
color: #AD0341;
}
</style>
background-color css
<style>
a { background-color: #AD0341; }
a { background-color: rgb(173,3,65); }
div.DivClassName
{
background-color: #AD0341;
}
.BgClassName
{
background-color: #AD0341;
}
</style>
border-color css
<style>
span { border-color: #AD0341; }
span { border-color: rgb(173,3,65); }
td.TdClassName
{
border-color: #AD0341;
}
.TagClassName
{
border-color: #AD0341;
}
</style>