Shades of Jazzberry Jam #AE0345
Tints of Jazzberry Jam #AE0345
RGB
CMYK
RGB Variations
Color information
#AE0345 (or 0xAE0345) is known color: Jazzberry Jam. HEX triplet: AE, 03 and 45. RGB value is (174,3,69). Sum of RGB (Red+Green+Blue) = 174+3+69=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0345 is #51FCBA. Grayscale: #3D3D3D. Windows color (decimal): -5373115 or 4522926. OLE color: 4522926.
HSL color Cylindrical-coordinate representation of color #AE0345: hue angle of 336.84º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0345 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 69 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.32 |
| HSL | 336.84º | 0.97% | 0.35% | - |
| HSV(B) | 336.84º | 0.98% | 0.68% | - |
| XYZ | 18.56 | 9.49 | 6.48 | - |
| YUV | 61.65 | 132.15 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 69 | 0 | 0.98 | 0.60 | 0.32 | 336.84 | 0.97 | 0.35 |
| Hex | AE | 3 | 45 | 0 | 62 | 3C | 20 | 151 | 61 | 23 |
| Octal | 256 | 3 | 105 | 0 | 142 | 74 | 40 | 521 | 141 | 43 |
| Binary | 10101110 | 11 | 1000101 | 0 | 1100010 | 111100 | 100000 | 101010001 | 1100001 | 100011 |
Color Harmonies of #AE0345
Complementary color
Monochromatic Colors of #AE0345
Black with #AE0345
Text Example
Text Example
White with #AE0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0345; }
p { color: rgb(174,3,69); }
H1.HeaderClassName
{
color: #AE0345;
}
.AnyTagClassName
{
color: #AE0345;
}
</style>
background-color css
<style>
a { background-color: #AE0345; }
a { background-color: rgb(174,3,69); }
div.DivClassName
{
background-color: #AE0345;
}
.BgClassName
{
background-color: #AE0345;
}
</style>
border-color css
<style>
span { border-color: #AE0345; }
span { border-color: rgb(174,3,69); }
td.TdClassName
{
border-color: #AE0345;
}
.TagClassName
{
border-color: #AE0345;
}
</style>