Shades of Jazzberry Jam #B40C6F
Tints of Jazzberry Jam #B40C6F
RGB
CMYK
RGB Variations
Color information
#B40C6F (or 0xB40C6F) is known color: Jazzberry Jam. HEX triplet: B4, 0C and 6F. RGB value is (180,12,111). Sum of RGB (Red+Green+Blue) = 180+12+111=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C6F is #4BF390. Grayscale: #494949. Windows color (decimal): -4977553 or 7277748. OLE color: 7277748.
HSL color Cylindrical-coordinate representation of color #B40C6F: hue angle of 324.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C6F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 111 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.29 |
| HSL | 324.64º | 0.88% | 0.38% | - |
| HSV(B) | 324.64º | 0.93% | 0.71% | - |
| XYZ | 21.82 | 11.11 | 16.03 | - |
| YUV | 73.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 111 | 0 | 0.93 | 0.38 | 0.29 | 324.64 | 0.88 | 0.38 |
| Hex | B4 | C | 6F | 0 | 5D | 26 | 1D | 145 | 58 | 26 |
| Octal | 264 | 14 | 157 | 0 | 135 | 46 | 35 | 505 | 130 | 46 |
| Binary | 10110100 | 1100 | 1101111 | 0 | 1011101 | 100110 | 11101 | 101000101 | 1011000 | 100110 |
Color Harmonies of #B40C6F
Complementary color
Monochromatic Colors of #B40C6F
Black with #B40C6F
Text Example
Text Example
White with #B40C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C6F; }
p { color: rgb(180,12,111); }
H1.HeaderClassName
{
color: #B40C6F;
}
.AnyTagClassName
{
color: #B40C6F;
}
</style>
background-color css
<style>
a { background-color: #B40C6F; }
a { background-color: rgb(180,12,111); }
div.DivClassName
{
background-color: #B40C6F;
}
.BgClassName
{
background-color: #B40C6F;
}
</style>
border-color css
<style>
span { border-color: #B40C6F; }
span { border-color: rgb(180,12,111); }
td.TdClassName
{
border-color: #B40C6F;
}
.TagClassName
{
border-color: #B40C6F;
}
</style>