Shades of Jazzberry Jam #B30B5C
Tints of Jazzberry Jam #B30B5C
RGB
CMYK
RGB Variations
Color information
#B30B5C (or 0xB30B5C) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 5C. RGB value is (179,11,92). Sum of RGB (Red+Green+Blue) = 179+11+92=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B5C is #4CF4A3. Grayscale: #464646. Windows color (decimal): -5043364 or 6032307. OLE color: 6032307.
HSL color Cylindrical-coordinate representation of color #B30B5C: hue angle of 331.07º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B5C is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 92 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.30 |
| HSL | 331.07º | 0.88% | 0.37% | - |
| HSV(B) | 331.07º | 0.94% | 0.7% | - |
| XYZ | 20.64 | 10.6 | 11.08 | - |
| YUV | 70.47 | 140.16 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 92 | 0 | 0.94 | 0.49 | 0.30 | 331.07 | 0.88 | 0.37 |
| Hex | B3 | B | 5C | 0 | 5E | 31 | 1E | 14B | 58 | 25 |
| Octal | 263 | 13 | 134 | 0 | 136 | 61 | 36 | 513 | 130 | 45 |
| Binary | 10110011 | 1011 | 1011100 | 0 | 1011110 | 110001 | 11110 | 101001011 | 1011000 | 100101 |
Color Harmonies of #B30B5C
Complementary color
Monochromatic Colors of #B30B5C
Black with #B30B5C
Text Example
Text Example
White with #B30B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B5C; }
p { color: rgb(179,11,92); }
H1.HeaderClassName
{
color: #B30B5C;
}
.AnyTagClassName
{
color: #B30B5C;
}
</style>
background-color css
<style>
a { background-color: #B30B5C; }
a { background-color: rgb(179,11,92); }
div.DivClassName
{
background-color: #B30B5C;
}
.BgClassName
{
background-color: #B30B5C;
}
</style>
border-color css
<style>
span { border-color: #B30B5C; }
span { border-color: rgb(179,11,92); }
td.TdClassName
{
border-color: #B30B5C;
}
.TagClassName
{
border-color: #B30B5C;
}
</style>