Shades of Jazzberry Jam #AD023D
Tints of Jazzberry Jam #AD023D
RGB
CMYK
RGB Variations
Color information
#AD023D (or 0xAD023D) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 3D. RGB value is (173,2,61). Sum of RGB (Red+Green+Blue) = 173+2+61=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD023D is #52FDC2. Grayscale: #3B3B3B. Windows color (decimal): -5438915 or 3998381. OLE color: 3998381.
HSL color Cylindrical-coordinate representation of color #AD023D: hue angle of 339.3º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD023D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.32 |
| HSL | 339.3º | 0.98% | 0.34% | - |
| HSV(B) | 339.3º | 0.99% | 0.68% | - |
| XYZ | 18.1 | 9.26 | 5.25 | - |
| YUV | 59.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 61 | 0 | 0.99 | 0.65 | 0.32 | 339.3 | 0.98 | 0.34 |
| Hex | AD | 2 | 3D | 0 | 63 | 41 | 20 | 153 | 62 | 22 |
| Octal | 255 | 2 | 75 | 0 | 143 | 101 | 40 | 523 | 142 | 42 |
| Binary | 10101101 | 10 | 111101 | 0 | 1100011 | 1000001 | 100000 | 101010011 | 1100010 | 100010 |
Color Harmonies of #AD023D
Complementary color
Monochromatic Colors of #AD023D
Black with #AD023D
Text Example
Text Example
White with #AD023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD023D; }
p { color: rgb(173,2,61); }
H1.HeaderClassName
{
color: #AD023D;
}
.AnyTagClassName
{
color: #AD023D;
}
</style>
background-color css
<style>
a { background-color: #AD023D; }
a { background-color: rgb(173,2,61); }
div.DivClassName
{
background-color: #AD023D;
}
.BgClassName
{
background-color: #AD023D;
}
</style>
border-color css
<style>
span { border-color: #AD023D; }
span { border-color: rgb(173,2,61); }
td.TdClassName
{
border-color: #AD023D;
}
.TagClassName
{
border-color: #AD023D;
}
</style>