Shades of Jazzberry Jam #B4026D
Tints of Jazzberry Jam #B4026D
RGB
CMYK
RGB Variations
Color information
#B4026D (or 0xB4026D) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 6D. RGB value is (180,2,109). Sum of RGB (Red+Green+Blue) = 180+2+109=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B4026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4026D is #4BFD92. Grayscale: #434343. Windows color (decimal): -4980115 or 7144116. OLE color: 7144116.
HSL color Cylindrical-coordinate representation of color #B4026D: hue angle of 323.93º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4026D is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.29 |
| HSL | 323.93º | 0.98% | 0.36% | - |
| HSV(B) | 323.93º | 0.99% | 0.71% | - |
| XYZ | 21.6 | 10.85 | 15.42 | - |
| YUV | 67.42 | 151.47 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 109 | 0 | 0.99 | 0.39 | 0.29 | 323.93 | 0.98 | 0.36 |
| Hex | B4 | 2 | 6D | 0 | 63 | 27 | 1D | 144 | 62 | 24 |
| Octal | 264 | 2 | 155 | 0 | 143 | 47 | 35 | 504 | 142 | 44 |
| Binary | 10110100 | 10 | 1101101 | 0 | 1100011 | 100111 | 11101 | 101000100 | 1100010 | 100100 |
Color Harmonies of #B4026D
Complementary color
Monochromatic Colors of #B4026D
Black with #B4026D
Text Example
Text Example
White with #B4026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4026D; }
p { color: rgb(180,2,109); }
H1.HeaderClassName
{
color: #B4026D;
}
.AnyTagClassName
{
color: #B4026D;
}
</style>
background-color css
<style>
a { background-color: #B4026D; }
a { background-color: rgb(180,2,109); }
div.DivClassName
{
background-color: #B4026D;
}
.BgClassName
{
background-color: #B4026D;
}
</style>
border-color css
<style>
span { border-color: #B4026D; }
span { border-color: rgb(180,2,109); }
td.TdClassName
{
border-color: #B4026D;
}
.TagClassName
{
border-color: #B4026D;
}
</style>