Shades of Jazzberry Jam #BE1367
Tints of Jazzberry Jam #BE1367
RGB
CMYK
RGB Variations
Color information
#BE1367 (or 0xBE1367) is known color: Jazzberry Jam. HEX triplet: BE, 13 and 67. RGB value is (190,19,103). Sum of RGB (Red+Green+Blue) = 190+19+103=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1367 is #41EC98. Grayscale: #4F4F4F. Windows color (decimal): -4320409 or 6755262. OLE color: 6755262.
HSL color Cylindrical-coordinate representation of color #BE1367: hue angle of 330.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1367 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 103 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.25 |
| HSL | 330.53º | 0.82% | 0.41% | - |
| HSV(B) | 330.53º | 0.9% | 0.75% | - |
| XYZ | 23.92 | 12.39 | 13.96 | - |
| YUV | 79.71 | 141.15 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 103 | 0 | 0.90 | 0.46 | 0.25 | 330.53 | 0.82 | 0.41 |
| Hex | BE | 13 | 67 | 0 | 5A | 2E | 19 | 14B | 52 | 29 |
| Octal | 276 | 23 | 147 | 0 | 132 | 56 | 31 | 513 | 122 | 51 |
| Binary | 10111110 | 10011 | 1100111 | 0 | 1011010 | 101110 | 11001 | 101001011 | 1010010 | 101001 |
Color Harmonies of #BE1367
Complementary color
Monochromatic Colors of #BE1367
Black with #BE1367
Text Example
Text Example
White with #BE1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1367; }
p { color: rgb(190,19,103); }
H1.HeaderClassName
{
color: #BE1367;
}
.AnyTagClassName
{
color: #BE1367;
}
</style>
background-color css
<style>
a { background-color: #BE1367; }
a { background-color: rgb(190,19,103); }
div.DivClassName
{
background-color: #BE1367;
}
.BgClassName
{
background-color: #BE1367;
}
</style>
border-color css
<style>
span { border-color: #BE1367; }
span { border-color: rgb(190,19,103); }
td.TdClassName
{
border-color: #BE1367;
}
.TagClassName
{
border-color: #BE1367;
}
</style>