Shades of Jazzberry Jam #AF0343
Tints of Jazzberry Jam #AF0343
RGB
CMYK
RGB Variations
Color information
#AF0343 (or 0xAF0343) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 43. RGB value is (175,3,67). Sum of RGB (Red+Green+Blue) = 175+3+67=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0343 is #50FCBC. Grayscale: #3D3D3D. Windows color (decimal): -5307581 or 4391855. OLE color: 4391855.
HSL color Cylindrical-coordinate representation of color #AF0343: hue angle of 337.67º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0343 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.31 |
| HSL | 337.67º | 0.97% | 0.35% | - |
| HSV(B) | 337.67º | 0.98% | 0.69% | - |
| XYZ | 18.72 | 9.58 | 6.17 | - |
| YUV | 61.72 | 130.98 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 67 | 0 | 0.98 | 0.62 | 0.31 | 337.67 | 0.97 | 0.35 |
| Hex | AF | 3 | 43 | 0 | 62 | 3E | 1F | 152 | 61 | 23 |
| Octal | 257 | 3 | 103 | 0 | 142 | 76 | 37 | 522 | 141 | 43 |
| Binary | 10101111 | 11 | 1000011 | 0 | 1100010 | 111110 | 11111 | 101010010 | 1100001 | 100011 |
Color Harmonies of #AF0343
Complementary color
Monochromatic Colors of #AF0343
Black with #AF0343
Text Example
Text Example
White with #AF0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0343; }
p { color: rgb(175,3,67); }
H1.HeaderClassName
{
color: #AF0343;
}
.AnyTagClassName
{
color: #AF0343;
}
</style>
background-color css
<style>
a { background-color: #AF0343; }
a { background-color: rgb(175,3,67); }
div.DivClassName
{
background-color: #AF0343;
}
.BgClassName
{
background-color: #AF0343;
}
</style>
border-color css
<style>
span { border-color: #AF0343; }
span { border-color: rgb(175,3,67); }
td.TdClassName
{
border-color: #AF0343;
}
.TagClassName
{
border-color: #AF0343;
}
</style>