Shades of Jazzberry Jam #AF003F
Tints of Jazzberry Jam #AF003F
RGB
CMYK
RGB Variations
Color information
#AF003F (or 0xAF003F) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 3F. RGB value is (175,0,63). Sum of RGB (Red+Green+Blue) = 175+0+63=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF003F is #50FFC0. Grayscale: #3B3B3B. Windows color (decimal): -5308353 or 4128943. OLE color: 4128943.
HSL color Cylindrical-coordinate representation of color #AF003F: hue angle of 338.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF003F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.64 | 0.31 |
| HSL | 338.4º | 1% | 0.34% | - |
| HSV(B) | 338.4º | 1% | 0.69% | - |
| XYZ | 18.58 | 9.47 | 5.55 | - |
| YUV | 59.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 63 | 0 | 1 | 0.64 | 0.31 | 338.4 | 1 | 0.34 |
| Hex | AF | 0 | 3F | 0 | 64 | 40 | 1F | 152 | 64 | 22 |
| Octal | 257 | 0 | 77 | 0 | 144 | 100 | 37 | 522 | 144 | 42 |
| Binary | 10101111 | 0 | 111111 | 0 | 1100100 | 1000000 | 11111 | 101010010 | 1100100 | 100010 |
Color Harmonies of #AF003F
Complementary color
Monochromatic Colors of #AF003F
Black with #AF003F
Text Example
Text Example
White with #AF003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF003F; }
p { color: rgb(175,0,63); }
H1.HeaderClassName
{
color: #AF003F;
}
.AnyTagClassName
{
color: #AF003F;
}
</style>
background-color css
<style>
a { background-color: #AF003F; }
a { background-color: rgb(175,0,63); }
div.DivClassName
{
background-color: #AF003F;
}
.BgClassName
{
background-color: #AF003F;
}
</style>
border-color css
<style>
span { border-color: #AF003F; }
span { border-color: rgb(175,0,63); }
td.TdClassName
{
border-color: #AF003F;
}
.TagClassName
{
border-color: #AF003F;
}
</style>