Shades of Jazzberry Jam #AF1349
Tints of Jazzberry Jam #AF1349
RGB
CMYK
RGB Variations
Color information
#AF1349 (or 0xAF1349) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 49. RGB value is (175,19,73). Sum of RGB (Red+Green+Blue) = 175+19+73=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1349 is #50ECB6. Grayscale: #474747. Windows color (decimal): -5303479 or 4789167. OLE color: 4789167.
HSL color Cylindrical-coordinate representation of color #AF1349: hue angle of 339.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1349 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 73 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.31 |
| HSL | 339.23º | 0.8% | 0.38% | - |
| HSV(B) | 339.23º | 0.89% | 0.69% | - |
| XYZ | 19.11 | 10.06 | 7.24 | - |
| YUV | 71.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 73 | 0 | 0.89 | 0.58 | 0.31 | 339.23 | 0.8 | 0.38 |
| Hex | AF | 13 | 49 | 0 | 59 | 3A | 1F | 153 | 50 | 26 |
| Octal | 257 | 23 | 111 | 0 | 131 | 72 | 37 | 523 | 120 | 46 |
| Binary | 10101111 | 10011 | 1001001 | 0 | 1011001 | 111010 | 11111 | 101010011 | 1010000 | 100110 |
Color Harmonies of #AF1349
Complementary color
Monochromatic Colors of #AF1349
Black with #AF1349
Text Example
Text Example
White with #AF1349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1349; }
p { color: rgb(175,19,73); }
H1.HeaderClassName
{
color: #AF1349;
}
.AnyTagClassName
{
color: #AF1349;
}
</style>
background-color css
<style>
a { background-color: #AF1349; }
a { background-color: rgb(175,19,73); }
div.DivClassName
{
background-color: #AF1349;
}
.BgClassName
{
background-color: #AF1349;
}
</style>
border-color css
<style>
span { border-color: #AF1349; }
span { border-color: rgb(175,19,73); }
td.TdClassName
{
border-color: #AF1349;
}
.TagClassName
{
border-color: #AF1349;
}
</style>