Shades of Jazzberry Jam #AF003D
Tints of Jazzberry Jam #AF003D
RGB
CMYK
RGB Variations
Color information
#AF003D (or 0xAF003D) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 3D. RGB value is (175,0,61). Sum of RGB (Red+Green+Blue) = 175+0+61=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF003D is #50FFC2. Grayscale: #3B3B3B. Windows color (decimal): -5308355 or 3997871. OLE color: 3997871.
HSL color Cylindrical-coordinate representation of color #AF003D: hue angle of 339.09º 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 #AF003D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.65 | 0.31 |
| HSL | 339.09º | 1% | 0.34% | - |
| HSV(B) | 339.09º | 1% | 0.69% | - |
| XYZ | 18.52 | 9.45 | 5.26 | - |
| YUV | 59.28 | 128.98 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 61 | 0 | 1 | 0.65 | 0.31 | 339.09 | 1 | 0.34 |
| Hex | AF | 0 | 3D | 0 | 64 | 41 | 1F | 153 | 64 | 22 |
| Octal | 257 | 0 | 75 | 0 | 144 | 101 | 37 | 523 | 144 | 42 |
| Binary | 10101111 | 0 | 111101 | 0 | 1100100 | 1000001 | 11111 | 101010011 | 1100100 | 100010 |
Color Harmonies of #AF003D
Complementary color
Monochromatic Colors of #AF003D
Black with #AF003D
Text Example
Text Example
White with #AF003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF003D; }
p { color: rgb(175,0,61); }
H1.HeaderClassName
{
color: #AF003D;
}
.AnyTagClassName
{
color: #AF003D;
}
</style>
background-color css
<style>
a { background-color: #AF003D; }
a { background-color: rgb(175,0,61); }
div.DivClassName
{
background-color: #AF003D;
}
.BgClassName
{
background-color: #AF003D;
}
</style>
border-color css
<style>
span { border-color: #AF003D; }
span { border-color: rgb(175,0,61); }
td.TdClassName
{
border-color: #AF003D;
}
.TagClassName
{
border-color: #AF003D;
}
</style>