Shades of Jazzberry Jam #AF0241
Tints of Jazzberry Jam #AF0241
RGB
CMYK
RGB Variations
Color information
#AF0241 (or 0xAF0241) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 41. RGB value is (175,2,65). Sum of RGB (Red+Green+Blue) = 175+2+65=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0241 is #50FDBE. Grayscale: #3C3C3C. Windows color (decimal): -5307839 or 4260527. OLE color: 4260527.
HSL color Cylindrical-coordinate representation of color #AF0241: hue angle of 338.15º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0241 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.31 |
| HSL | 338.15º | 0.98% | 0.35% | - |
| HSV(B) | 338.15º | 0.99% | 0.69% | - |
| XYZ | 18.66 | 9.54 | 5.86 | - |
| YUV | 60.91 | 130.31 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 65 | 0 | 0.99 | 0.63 | 0.31 | 338.15 | 0.98 | 0.35 |
| Hex | AF | 2 | 41 | 0 | 63 | 3F | 1F | 152 | 62 | 23 |
| Octal | 257 | 2 | 101 | 0 | 143 | 77 | 37 | 522 | 142 | 43 |
| Binary | 10101111 | 10 | 1000001 | 0 | 1100011 | 111111 | 11111 | 101010010 | 1100010 | 100011 |
Color Harmonies of #AF0241
Complementary color
Monochromatic Colors of #AF0241
Black with #AF0241
Text Example
Text Example
White with #AF0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0241; }
p { color: rgb(175,2,65); }
H1.HeaderClassName
{
color: #AF0241;
}
.AnyTagClassName
{
color: #AF0241;
}
</style>
background-color css
<style>
a { background-color: #AF0241; }
a { background-color: rgb(175,2,65); }
div.DivClassName
{
background-color: #AF0241;
}
.BgClassName
{
background-color: #AF0241;
}
</style>
border-color css
<style>
span { border-color: #AF0241; }
span { border-color: rgb(175,2,65); }
td.TdClassName
{
border-color: #AF0241;
}
.TagClassName
{
border-color: #AF0241;
}
</style>