Shades of Jazzberry Jam #AF1348
Tints of Jazzberry Jam #AF1348
RGB
CMYK
RGB Variations
Color information
#AF1348 (or 0xAF1348) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 48. RGB value is (175,19,72). Sum of RGB (Red+Green+Blue) = 175+19+72=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1348 is #50ECB7. Grayscale: #474747. Windows color (decimal): -5303480 or 4723631. OLE color: 4723631.
HSL color Cylindrical-coordinate representation of color #AF1348: hue angle of 339.62º 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 #AF1348 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 72 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.31 |
| HSL | 339.62º | 0.8% | 0.38% | - |
| HSV(B) | 339.62º | 0.89% | 0.69% | - |
| XYZ | 19.08 | 10.05 | 7.06 | - |
| YUV | 71.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 72 | 0 | 0.89 | 0.59 | 0.31 | 339.62 | 0.8 | 0.38 |
| Hex | AF | 13 | 48 | 0 | 59 | 3B | 1F | 154 | 50 | 26 |
| Octal | 257 | 23 | 110 | 0 | 131 | 73 | 37 | 524 | 120 | 46 |
| Binary | 10101111 | 10011 | 1001000 | 0 | 1011001 | 111011 | 11111 | 101010100 | 1010000 | 100110 |
Color Harmonies of #AF1348
Complementary color
Monochromatic Colors of #AF1348
Black with #AF1348
Text Example
Text Example
White with #AF1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1348; }
p { color: rgb(175,19,72); }
H1.HeaderClassName
{
color: #AF1348;
}
.AnyTagClassName
{
color: #AF1348;
}
</style>
background-color css
<style>
a { background-color: #AF1348; }
a { background-color: rgb(175,19,72); }
div.DivClassName
{
background-color: #AF1348;
}
.BgClassName
{
background-color: #AF1348;
}
</style>
border-color css
<style>
span { border-color: #AF1348; }
span { border-color: rgb(175,19,72); }
td.TdClassName
{
border-color: #AF1348;
}
.TagClassName
{
border-color: #AF1348;
}
</style>