Shades of Jazzberry Jam #BF005F
Tints of Jazzberry Jam #BF005F
RGB
CMYK
RGB Variations
Color information
#BF005F (or 0xBF005F) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 5F. RGB value is (191,0,95). Sum of RGB (Red+Green+Blue) = 191+0+95=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF005F is #40FFA0. Grayscale: #434343. Windows color (decimal): -4259745 or 6226111. OLE color: 6226111.
HSL color Cylindrical-coordinate representation of color #BF005F: hue angle of 330.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF005F is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 0 | 95 | - |
CMYK | 0 | 1 | 0.50 | 0.25 |
HSL | 330.16º | 1% | 0.37% | - |
HSV(B) | 330.16º | 1% | 0.75% | - |
XYZ | 23.55 | 11.9 | 11.88 | - |
YUV | 67.94 | 143.28 | 215.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 0 | 95 | 0 | 1 | 0.50 | 0.25 | 330.16 | 1 | 0.37 |
Hex | BF | 0 | 5F | 0 | 64 | 32 | 19 | 14A | 64 | 25 |
Octal | 277 | 0 | 137 | 0 | 144 | 62 | 31 | 512 | 144 | 45 |
Binary | 10111111 | 0 | 1011111 | 0 | 1100100 | 110010 | 11001 | 101001010 | 1100100 | 100101 |
Color Harmonies of #BF005F
Complementary color
Monochromatic Colors of #BF005F
Black with #BF005F
Text Example
Text Example
White with #BF005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF005F; }
p { color: rgb(191,0,95); }
H1.HeaderClassName
{
color: #BF005F;
}
.AnyTagClassName
{
color: #BF005F;
}
</style>
background-color css
<style>
a { background-color: #BF005F; }
a { background-color: rgb(191,0,95); }
div.DivClassName
{
background-color: #BF005F;
}
.BgClassName
{
background-color: #BF005F;
}
</style>
border-color css
<style>
span { border-color: #BF005F; }
span { border-color: rgb(191,0,95); }
td.TdClassName
{
border-color: #BF005F;
}
.TagClassName
{
border-color: #BF005F;
}
</style>