Shades of Jazzberry Jam #AF0748
Tints of Jazzberry Jam #AF0748
RGB
CMYK
RGB Variations
Color information
#AF0748 (or 0xAF0748) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 48. RGB value is (175,7,72). Sum of RGB (Red+Green+Blue) = 175+7+72=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0748 is #50F8B7. Grayscale: #404040. Windows color (decimal): -5306552 or 4720559. OLE color: 4720559.
HSL color Cylindrical-coordinate representation of color #AF0748: hue angle of 336.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0748 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 72 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.31 |
| HSL | 336.79º | 0.92% | 0.36% | - |
| HSV(B) | 336.79º | 0.96% | 0.69% | - |
| XYZ | 18.92 | 9.73 | 7.01 | - |
| YUV | 64.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 72 | 0 | 0.96 | 0.59 | 0.31 | 336.79 | 0.92 | 0.36 |
| Hex | AF | 7 | 48 | 0 | 60 | 3B | 1F | 151 | 5C | 24 |
| Octal | 257 | 7 | 110 | 0 | 140 | 73 | 37 | 521 | 134 | 44 |
| Binary | 10101111 | 111 | 1001000 | 0 | 1100000 | 111011 | 11111 | 101010001 | 1011100 | 100100 |
Color Harmonies of #AF0748
Complementary color
Monochromatic Colors of #AF0748
Black with #AF0748
Text Example
Text Example
White with #AF0748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0748; }
p { color: rgb(175,7,72); }
H1.HeaderClassName
{
color: #AF0748;
}
.AnyTagClassName
{
color: #AF0748;
}
</style>
background-color css
<style>
a { background-color: #AF0748; }
a { background-color: rgb(175,7,72); }
div.DivClassName
{
background-color: #AF0748;
}
.BgClassName
{
background-color: #AF0748;
}
</style>
border-color css
<style>
span { border-color: #AF0748; }
span { border-color: rgb(175,7,72); }
td.TdClassName
{
border-color: #AF0748;
}
.TagClassName
{
border-color: #AF0748;
}
</style>