Shades of Jazzberry Jam #AD1F5B
Tints of Jazzberry Jam #AD1F5B
RGB
CMYK
RGB Variations
Color information
#AD1F5B (or 0xAD1F5B) is known color: Jazzberry Jam. HEX triplet: AD, 1F and 5B. RGB value is (173,31,91). Sum of RGB (Red+Green+Blue) = 173+31+91=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F5B is #52E0A4. Grayscale: #505050. Windows color (decimal): -5431461 or 5971885. OLE color: 5971885.
HSL color Cylindrical-coordinate representation of color #AD1F5B: hue angle of 334.65º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F5B is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 91 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.32 |
| HSL | 334.65º | 0.7% | 0.4% | - |
| HSV(B) | 334.65º | 0.82% | 0.68% | - |
| XYZ | 19.61 | 10.62 | 10.91 | - |
| YUV | 80.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 91 | 0 | 0.82 | 0.47 | 0.32 | 334.65 | 0.7 | 0.4 |
| Hex | AD | 1F | 5B | 0 | 52 | 2F | 20 | 14F | 46 | 28 |
| Octal | 255 | 37 | 133 | 0 | 122 | 57 | 40 | 517 | 106 | 50 |
| Binary | 10101101 | 11111 | 1011011 | 0 | 1010010 | 101111 | 100000 | 101001111 | 1000110 | 101000 |
Color Harmonies of #AD1F5B
Complementary color
Monochromatic Colors of #AD1F5B
Black with #AD1F5B
Text Example
Text Example
White with #AD1F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F5B; }
p { color: rgb(173,31,91); }
H1.HeaderClassName
{
color: #AD1F5B;
}
.AnyTagClassName
{
color: #AD1F5B;
}
</style>
background-color css
<style>
a { background-color: #AD1F5B; }
a { background-color: rgb(173,31,91); }
div.DivClassName
{
background-color: #AD1F5B;
}
.BgClassName
{
background-color: #AD1F5B;
}
</style>
border-color css
<style>
span { border-color: #AD1F5B; }
span { border-color: rgb(173,31,91); }
td.TdClassName
{
border-color: #AD1F5B;
}
.TagClassName
{
border-color: #AD1F5B;
}
</style>