Shades of Jazzberry Jam #B40344
Tints of Jazzberry Jam #B40344
RGB
CMYK
RGB Variations
Color information
#B40344 (or 0xB40344) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 44. RGB value is (180,3,68). Sum of RGB (Red+Green+Blue) = 180+3+68=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B40344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40344 is #4BFCBB. Grayscale: #3F3F3F. Windows color (decimal): -4979900 or 4457396. OLE color: 4457396.
HSL color Cylindrical-coordinate representation of color #B40344: hue angle of 337.97º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40344 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 68 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.29 |
| HSL | 337.97º | 0.97% | 0.36% | - |
| HSV(B) | 337.97º | 0.98% | 0.71% | - |
| XYZ | 19.9 | 10.19 | 6.39 | - |
| YUV | 63.33 | 130.64 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 68 | 0 | 0.98 | 0.62 | 0.29 | 337.97 | 0.97 | 0.36 |
| Hex | B4 | 3 | 44 | 0 | 62 | 3E | 1D | 152 | 61 | 24 |
| Octal | 264 | 3 | 104 | 0 | 142 | 76 | 35 | 522 | 141 | 44 |
| Binary | 10110100 | 11 | 1000100 | 0 | 1100010 | 111110 | 11101 | 101010010 | 1100001 | 100100 |
Color Harmonies of #B40344
Complementary color
Monochromatic Colors of #B40344
Black with #B40344
Text Example
Text Example
White with #B40344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40344; }
p { color: rgb(180,3,68); }
H1.HeaderClassName
{
color: #B40344;
}
.AnyTagClassName
{
color: #B40344;
}
</style>
background-color css
<style>
a { background-color: #B40344; }
a { background-color: rgb(180,3,68); }
div.DivClassName
{
background-color: #B40344;
}
.BgClassName
{
background-color: #B40344;
}
</style>
border-color css
<style>
span { border-color: #B40344; }
span { border-color: rgb(180,3,68); }
td.TdClassName
{
border-color: #B40344;
}
.TagClassName
{
border-color: #B40344;
}
</style>